summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan2011-06-081-8/+1
| * | | Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan2011-06-081-4/+1
* | | | net: Fix build failures due to ip_is_fragment()David S. Miller2011-06-241-5/+5
* | | | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-0/+5
* | | | dcb: fix return type on dcb_setapp()John Fastabend2011-06-221-1/+1
* | | | dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend2011-06-221-0/+1
* | | | dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend2011-06-221-0/+2
* | | | dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend2011-06-221-0/+1
* | | | net: dcbnl, add multicast group for DCBJohn Fastabend2011-06-221-0/+2
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-212-1/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-211-0/+6
| |\ \ \
| | * | | netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov2011-06-161-0/+6
| * | | | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-1/+9
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-042-1/+2
| |\ \ \
* | | | | IPVS: remove unused init and cleanup functions.Hans Schillstrom2011-06-141-6/+0
* | | | | IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-13/+13
* | | | | IPVS remove unused var from migration to netnsHans Schillstrom2011-06-131-2/+0
* | | | | snmp: reduce percpu needs by 50%Eric Dumazet2011-06-121-53/+33
* | | | | rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-2/+5
* | | | | inetpeer: lower false sharing effectEric Dumazet2011-06-091-11/+13
* | | | | inetpeer: remove unused listEric Dumazet2011-06-092-3/+1
* | | | | tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu2011-06-091-2/+9
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-082-0/+32
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mac80211: Stop BA session event from deviceShahar Levi2011-06-071-0/+17
| * | | | nl80211: add testmode dump supportWey-Yi Guy2011-06-012-0/+15
| | |_|/ | |/| |
* | | | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-072-0/+2
* | | | include/net: Remove unnecessary semicolonsJoe Perches2011-06-051-2/+2
* | | | sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-021-0/+2
* | | | sctp: Add socket option operation for Auto-ASCONF.Michio Honda2011-06-021-0/+1
* | | | sctp: Add Auto-ASCONF support (core).Michio Honda2011-06-022-0/+17
* | | | sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR...YOSHIFUJI Hideaki2011-06-021-4/+5
* | | | caif: Add CAIF HSI Link layer driverDmitry.Tarnyagin2011-06-021-0/+145
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-012-1/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-06-012-1/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-273-1/+11
|\|
| * net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2011-05-271-0/+8
| * net: Add linux/sysctl.h includes where needed.David S. Miller2011-05-271-0/+1
| * Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller2011-05-271-1/+2
| |\
| | * IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom2011-05-271-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-261-0/+1
|\ \ \
| * | | net: Allow setting the network namespace by fdEric W. Biederman2011-05-101-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-262-2/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-251-2/+6
| |\ \ \
| | * \ \ Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-242-3/+8
| | |\ \ \
| | | * | | wireless: fix fatal kernel-doc error + warning in mac80211.hRandy Dunlap2011-05-241-1/+2
| | | * | | wireless: fix cfg80211.h new kernel-doc warningsRandy Dunlap2011-05-241-1/+2
| | | * | | cfg80211: Use consistent BSS matching between scan and smeJouni Malinen2011-05-191-1/+4
| * | | | | dst: catch uninitialized metricsStephen Hemminger2011-05-241-0/+2
| | |_|_|/ | |/| | |
* | | | | 9p: Small cleanup in <net/9p/9p.h>Sasha Levin2011-05-251-2/+1
* | | | | 9p: typo fixes and minor cleanupsRob Landley2011-05-253-7/+8
|/ / / /