diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-11 12:33:18 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-11 12:33:18 -0400 |
| commit | 4dd9ec4946b4651a295d3bc8df9c15ac692a8f4e (patch) | |
| tree | afb300c752de7175bb2df4722d5c857e070c75d9 /include/linux/socket.h | |
| parent | 86ed5a93b8b56e4e0877b914af0e10883a196384 (diff) | |
| parent | 6861ff35ec5b60fafaf8651754c9a75142bfa9a4 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1075 commits)
myri10ge: update driver version number to 1.4.3-1.369
r8169: add shutdown handler
r8169: preliminary 8168d support
r8169: support additional 8168cp chipset
r8169: change default behavior for mildly identified 8168c chipsets
r8169: add a new 8168cp flavor
r8169: add a new 8168c flavor (bis)
r8169: add a new 8168c flavor
r8169: sync existing 8168 device hardware start sequences with vendor driver
r8169: 8168b Tx performance tweak
r8169: make room for more specific 8168 hardware start procedure
r8169: shuffle some registers handling around (8168 operation only)
r8169: new phy init parameters for the 8168b
r8169: update phy init parameters
r8169: wake up the PHY of the 8168
af_key: fix SADB_X_SPDDELETE response
ath9k: Fix return code when ath9k_hw_setpower() fails on reset
ath9k: remove nasty FAIL macro from ath9k_hw_reset()
gre: minor cleanups in netlink interface
gre: fix copy and paste error
...
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index dc5086fe773..20fc4bbfca4 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -190,7 +190,8 @@ struct ucred { | |||
| 190 | #define AF_IUCV 32 /* IUCV sockets */ | 190 | #define AF_IUCV 32 /* IUCV sockets */ |
| 191 | #define AF_RXRPC 33 /* RxRPC sockets */ | 191 | #define AF_RXRPC 33 /* RxRPC sockets */ |
| 192 | #define AF_ISDN 34 /* mISDN sockets */ | 192 | #define AF_ISDN 34 /* mISDN sockets */ |
| 193 | #define AF_MAX 35 /* For now.. */ | 193 | #define AF_PHONET 35 /* Phonet sockets */ |
| 194 | #define AF_MAX 36 /* For now.. */ | ||
| 194 | 195 | ||
| 195 | /* Protocol families, same as address families. */ | 196 | /* Protocol families, same as address families. */ |
| 196 | #define PF_UNSPEC AF_UNSPEC | 197 | #define PF_UNSPEC AF_UNSPEC |
| @@ -227,6 +228,7 @@ struct ucred { | |||
| 227 | #define PF_IUCV AF_IUCV | 228 | #define PF_IUCV AF_IUCV |
| 228 | #define PF_RXRPC AF_RXRPC | 229 | #define PF_RXRPC AF_RXRPC |
| 229 | #define PF_ISDN AF_ISDN | 230 | #define PF_ISDN AF_ISDN |
| 231 | #define PF_PHONET AF_PHONET | ||
| 230 | #define PF_MAX AF_MAX | 232 | #define PF_MAX AF_MAX |
| 231 | 233 | ||
| 232 | /* Maximum queue length specifiable by listen. */ | 234 | /* Maximum queue length specifiable by listen. */ |
| @@ -295,6 +297,7 @@ struct ucred { | |||
| 295 | #define SOL_RXRPC 272 | 297 | #define SOL_RXRPC 272 |
| 296 | #define SOL_PPPOL2TP 273 | 298 | #define SOL_PPPOL2TP 273 |
| 297 | #define SOL_BLUETOOTH 274 | 299 | #define SOL_BLUETOOTH 274 |
| 300 | #define SOL_PNPIPE 275 | ||
| 298 | 301 | ||
| 299 | /* IPX options */ | 302 | /* IPX options */ |
| 300 | #define IPX_TYPE 1 | 303 | #define IPX_TYPE 1 |
