summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-05-18net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław1-1/+1
2011-05-17net: Change netdev_fix_features messages loglevelMichael S. Tsirkin1-1/+1
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard1-2/+4
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-4/+12
2011-05-17net: use hlist_del_rcu() in dev_change_name()Eric Dumazet1-1/+1
2011-05-16net: Change netdev_fix_features messages loglevelMichał Mirosław1-14/+8
2011-05-16netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesPatrick McHardy1-4/+10
2011-05-16netfilter: nf_ct_sip: validate Content-Length in TCP SIP messagesPatrick McHardy1-0/+2
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom3-6/+6
2011-05-15bridge: fix forwarding of IPv6Stephen Hemminger1-1/+1
2011-05-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+4
2011-05-11Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller13-161/+262
2011-05-11xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert1-0/+3
2011-05-11xfrm: Assign the inner mode output function to the dst entrySteffen Klassert5-6/+24
2011-05-11net: dev_close() should check IFF_UPEric Dumazet1-4/+6
2011-05-11vlan: fix GVRP at dismantle timeEric Dumazet2-3/+3
2011-05-10mac80211: don't start the dynamic ps timer if not associatedLuciano Coelho1-0/+4
2011-05-10netfilter: revert a2361c8735e07322023aedc36e4938b35af31eb0Pablo Neira Ayuso1-5/+0
2011-05-10netfilter: IPv6: fix DSCP mangle codeFernando Luis Vazquez Cao1-1/+1
2011-05-10netfilter: IPv6: initialize TOS field in REJECT target moduleFernando Luis Vazquez Cao1-1/+3
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom7-80/+206
2011-05-10IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2-22/+38
2011-05-10netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal1-52/+9
2011-05-10netfilter: fix ebtables compat supportEric Dumazet2-3/+4
2011-05-10netfilter: ctnetlink: fix timestamp support for new conntracksPablo Neira Ayuso1-0/+4
2011-05-09tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2011-05-09IPVS: init and cleanup restructuringHans Schillstrom7-80/+206
2011-05-09IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2-22/+38
2011-05-07dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2011-05-05net: ip_expire() must revalidate routeEric Dumazet1-16/+15
2011-05-03sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2-2/+2
2011-05-03networking: inappropriate ioctl operation should return ENOTTYLifeng Sun1-3/+3
2011-05-02ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan1-3/+0
2011-05-02af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-04-29dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard2-7/+23
2011-04-26xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert1-0/+3
2011-04-26esp6: Fix scatterlist initializationSteffen Klassert1-1/+1
2011-04-26xfrm: Fix replay window size calculation on initializationSteffen Klassert1-1/+1
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard2-0/+14
2011-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-7/+16
2011-04-22Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-22ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-21ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2011-04-21netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal1-52/+9
2011-04-21netfilter: fix ebtables compat supportEric Dumazet2-3/+4
2011-04-21netfilter: ctnetlink: fix timestamp support for new conntracksPablo Neira Ayuso1-0/+4
2011-04-21mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-04-20can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-10/+30