aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy364-7487/+20913
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy9-34/+33
2011-01-13netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal1-12/+34
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet5-34/+55
2011-01-13netfilter: xt_conntrack: support matching on port rangesPatrick McHardy1-2/+73
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom7-32/+1
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom2-6/+9
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom1-12/+9
2011-01-13IPVS: netns, trash handlingHans Schillstrom1-12/+11
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom3-13/+13
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom7-163/+184
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom9-72/+109
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom3-58/+204
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom3-182/+219
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom2-48/+58
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom5-52/+65
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom5-35/+39
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom9-98/+123
2011-01-13IPVS: netns preparation for proto_ah_espHans Schillstrom2-16/+10
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom2-63/+61
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom2-43/+46
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom3-48/+70
2011-01-13IPVS: netns, prepare protocolHans Schillstrom1-0/+66
2011-01-13IPVS: netns awarness to lblc shedulerHans Schillstrom1-16/+34
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom1-18/+36
2011-01-13IPVS: netns to services part 1Hans Schillstrom7-110/+147
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom10-33/+316
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman343-6427/+19039
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-5/+5
2011-01-07Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+2
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds2-7/+31
2011-01-07fs: scale mntget/mntputNick Piggin1-2/+17
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin1-8/+9
2011-01-07fs: icache RCU free inodesNick Piggin2-9/+17
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-06net: bridge: check the length of skb after nf_bridge_maybe_copy_header()Changli Gao1-10/+6
2011-01-06netfilter: fix export secctx error handlingPablo Neira Ayuso3-13/+16
2011-01-06netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao2-20/+20
2011-01-06ipv4: IP defragmentation must be ECN awareEric Dumazet1-0/+34
2011-01-06dcb: use after free in dcb_flushapp()Dan Carpenter1-1/+2
2011-01-06dcb: unlock on error in dcbnl_ieee_get()Dan Carpenter1-3/+8
2011-01-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller19-136/+855
2011-01-06net: add POLLPRI to sock_def_readable()Eric Dumazet1-1/+1
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2011-01-05net_sched: pfifo_head_drop problemEric Dumazet1-2/+0
2011-01-05mac80211: remove stray externJohannes Berg1-2/+2
2011-01-05mac80211: implement off-channel TX using hw r-o-c offloadJohannes Berg3-10/+81
2011-01-05mac80211: implement hardware offload for remain-on-channelJohannes Berg7-3/+287