aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01net: Simplify ipip pernet operations.Eric W. Biederman1-18/+6
2009-12-01net: Simplify ip_gre pernet operations.Eric W. Biederman1-18/+6
2009-12-01net: Simplify phonet pernet operations.Eric W. Biederman1-10/+6
2009-12-01net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman1-14/+6
2009-12-01net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman1-23/+8
2009-12-01net: Simplify af_key pernet operations.Eric W. Biederman1-19/+6
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman1-26/+7
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman1-10/+6
2009-12-01net: Automatically allocate per namespace data.Eric W. Biederman1-86/+102
2009-12-01net: Batch network namespace destruction.Eric W. Biederman1-8/+58
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman3-28/+18
2009-11-29net: Move && and || to end of previous lineJoe Perches63-233/+235
2009-11-29pktgen: NUMA awareEric Dumazet1-3/+6
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-61/+55
2009-11-29X25: Fix oops and refcnt problems from x25_dev_getandrew hendry1-1/+3
2009-11-29X25: Check for errors in x25_initandrew hendry1-3/+16
2009-11-29X25: Move SYSCTL ifdefs into headerandrew hendry1-4/+0
2009-11-29Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller11-391/+163
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul3-14/+2
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy3-5/+13
2009-11-26veth: move loopback logic to common locationArnd Bergmann1-0/+40
2009-11-25xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRMMartin Willi1-0/+34
2009-11-25xfrm: Use the user specified truncation length in ESP and AHMartin Willi4-4/+4
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2-9/+122
2009-11-25net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan1-35/+33
2009-11-25net: use net_eq to compare netsOctavian Purdila43-67/+69
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller43-766/+1008
2009-11-24net/ipv6: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet1-5/+11
2009-11-23mac80211: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-23mac80211: fix rcu lockingJohannes Berg1-1/+3
2009-11-23mac80211: remove dead struct memberJohannes Berg1-1/+0
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-20/+26
2009-11-23rfkill: fix miscdev opsJohannes Berg1-0/+1
2009-11-23sctp: prevent too-fast association id reuseVlad Yasevich1-1/+12
2009-11-23sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul1-1/+1
2009-11-23sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul1-0/+3
2009-11-23sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman1-12/+13
2009-11-23sctp: Update max.burst implementationVlad Yasevich4-23/+54
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich3-9/+5
2009-11-23sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang1-325/+0
2009-11-23sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul1-4/+3
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich4-4/+20
2009-11-23sctp: Select a working primary during sctp_connectx()Vlad Yasevich2-0/+8
2009-11-23sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2-9/+17
2009-11-23sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2-1/+21
2009-11-23sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun1-2/+6
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches12-72/+73
2009-11-23pktgen: Fix device name comparesEric Dumazet1-8/+10
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1