aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+4
2011-05-10Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller13-161/+262
2011-05-10xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert1-0/+3
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert5-6/+24
2011-05-10net: dev_close() should check IFF_UPEric Dumazet1-4/+6
2011-05-10vlan: 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-08tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2011-05-04net: ip_expire() must revalidate routeEric Dumazet1-16/+15
2011-05-02sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2-2/+2
2011-05-02networking: inappropriate ioctl operation should return ENOTTYLifeng Sun1-3/+3
2011-05-01ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan1-3/+0
2011-05-01af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-04-28dsa/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-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller6-7/+16
2011-04-21Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-21ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-21ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2011-04-20mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-04-19can: 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/nf-2.6David S. Miller3-10/+30
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-18Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-18Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-04-18Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-18Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-14ip: ip_options_compile() resilient to NULL skb routeEric Dumazet1-3/+3
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"David S. Miller2-4/+3
2011-04-13netfilter: ipset: set match and SET target fixesJozsef Kadlecsik1-2/+16
2011-04-13netfilter: ipset: bitmap:ip,mac type requires "src" for MACJozsef Kadlecsik1-0/+4
2011-04-12sctp: fix oops while removed transport still using as retran pathWei Yongjun1-0/+2
2011-04-12sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich1-0/+2
2011-04-12net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings1-0/+4
2011-04-12net: Disable all TSO features when SG is disabledBen Hutchings1-3/+3
2011-04-12ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller1-2/+0
2011-04-12irda: fix locking unbalance in irda_sendmsgDave Jones1-2/+1