summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Simplify ip6_tunnel pernet operations.Eric W. Biederman2009-12-011-19/+6
* net: Simplify ipip pernet operations.Eric W. Biederman2009-12-011-18/+6
* net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-011-18/+6
* net: Simplify phonet pernet operations.Eric W. Biederman2009-12-011-10/+6
* net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-011-14/+6
* net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-011-23/+8
* net: Simplify af_key pernet operations.Eric W. Biederman2009-12-011-19/+6
* net: Simplify vlan pernet operations.Eric W. Biederman2009-12-011-26/+7
* net: Simplfy default_device_exit and improve batching.Eric W. Biederman2009-12-011-10/+6
* net: Automatically allocate per namespace data.Eric W. Biederman2009-12-011-86/+102
* net: Batch network namespace destruction.Eric W. Biederman2009-12-011-8/+58
* net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-013-28/+18
* net: Move && and || to end of previous lineJoe Perches2009-11-2963-233/+235
* pktgen: NUMA awareEric Dumazet2009-11-291-3/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-2911-61/+55
|\
| * sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-293-14/+2
| * pktgen: Fix netdevice unregisterEric Dumazet2009-11-241-5/+11
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-234-20/+26
| |\
| | * rfkill: fix miscdev opsJohannes Berg2009-11-231-0/+1
| | * mac80211: fix resumeJohannes Berg2009-11-192-10/+17
| | * mac80211: fix addba timer (again...)Johannes Berg2009-11-181-10/+8
| * | pktgen: Fix device name comparesEric Dumazet2009-11-231-8/+10
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-11-231-1/+1
| |\ \
| | * | netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy2009-11-231-1/+1
| | * | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Wu Fengguang2009-11-131-13/+5
| | * | netfilter: xt_osf: fix xt_osf_remove_callback() return valueRoel Kluin2009-11-131-1/+1
| * | | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy2009-11-191-13/+5
| * | | netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy2009-11-191-1/+1
* | | | X25: Fix oops and refcnt problems from x25_dev_getandrew hendry2009-11-291-1/+3
* | | | X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
* | | | X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-4/+0
* | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-2911-391/+163
|\ \ \ \
| * | | | sctp: prevent too-fast association id reuseVlad Yasevich2009-11-231-1/+12
| * | | | sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul2009-11-231-1/+1
| * | | | sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul2009-11-231-0/+3
| * | | | sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman2009-11-231-12/+13
| * | | | sctp: Update max.burst implementationVlad Yasevich2009-11-234-23/+54
| * | | | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-233-9/+5
| * | | | sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-231-325/+0
| * | | | sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul2009-11-231-4/+3
| * | | | sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-234-4/+20
| * | | | sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-232-0/+8
| * | | | sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2009-11-232-9/+17
| * | | | sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-232-1/+21
| * | | | sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-2/+6
* | | | | vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-263-5/+13
* | | | | veth: move loopback logic to common locationArnd Bergmann2009-11-261-0/+40
* | | | | xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRMMartin Willi2009-11-251-0/+34
* | | | | xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-254-4/+4
* | | | | xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-252-9/+122
OpenPOWER on IntegriCloud