Age | Commit message (Expand) | Author | Files | Lines |
2011-01-14 | Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 | Patrick McHardy | 364 | -7487/+20913 |
2011-01-14 | netfilter: fix Kconfig dependencies | Patrick McHardy | 9 | -34/+33 |
2011-01-13 | netfilter: ebt_ip6: allow matching on ipv6-icmp types/codes | Florian Westphal | 1 | -12/+34 |
2011-01-13 | netfilter: x_table: speedup compat operations | Eric Dumazet | 5 | -34/+55 |
2011-01-13 | netfilter: xt_conntrack: support matching on port ranges | Patrick McHardy | 1 | -2/+73 |
2011-01-13 | IPVS: netns, final patch enabling network name space. | Hans Schillstrom | 7 | -32/+1 |
2011-01-13 | IPVS: netns, misc init_net removal in core. | Hans Schillstrom | 2 | -6/+9 |
2011-01-13 | IPVS: netns, svc counters moved in ip_vs_ctl,c | Hans Schillstrom | 1 | -12/+9 |
2011-01-13 | IPVS: netns, trash handling | Hans Schillstrom | 1 | -12/+11 |
2011-01-13 | IPVS: netns, defense work timer. | Hans Schillstrom | 3 | -13/+13 |
2011-01-13 | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. | Hans Schillstrom | 7 | -163/+184 |
2011-01-13 | IPVS: netns, connection hash got net as param. | Hans Schillstrom | 9 | -72/+109 |
2011-01-13 | IPVS: netns, ip_vs_stats and its procfs | Hans Schillstrom | 3 | -58/+204 |
2011-01-13 | IPVS: netns awareness to ip_vs_sync | Hans Schillstrom | 3 | -182/+219 |
2011-01-13 | IPVS: netns awareness to ip_vs_est | Hans Schillstrom | 2 | -48/+58 |
2011-01-13 | IPVS: netns awareness to ip_vs_app | Hans Schillstrom | 5 | -52/+65 |
2011-01-13 | IPVS: netns, common protocol changes and use of appcnt. | Hans Schillstrom | 5 | -35/+39 |
2011-01-13 | IPVS: netns, use ip_vs_proto_data as param. | Hans Schillstrom | 9 | -98/+123 |
2011-01-13 | IPVS: netns preparation for proto_ah_esp | Hans Schillstrom | 2 | -16/+10 |
2011-01-13 | IPVS: netns preparation for proto_sctp | Hans Schillstrom | 2 | -63/+61 |
2011-01-13 | IPVS: netns preparation for proto_udp | Hans Schillstrom | 2 | -43/+46 |
2011-01-13 | IPVS: netns preparation for proto_tcp | Hans Schillstrom | 3 | -48/+70 |
2011-01-13 | IPVS: netns, prepare protocol | Hans Schillstrom | 1 | -0/+66 |
2011-01-13 | IPVS: netns awarness to lblc sheduler | Hans Schillstrom | 1 | -16/+34 |
2011-01-13 | IPVS: netns awarness to lblcr sheduler | Hans Schillstrom | 1 | -18/+36 |
2011-01-13 | IPVS: netns to services part 1 | Hans Schillstrom | 7 | -110/+147 |
2011-01-13 | IPVS: netns, add basic init per netns. | Hans Schillstrom | 10 | -33/+316 |
2011-01-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Simon Horman | 343 | -6427/+19039 |
2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 5 | -5/+5 |
2011-01-07 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -0/+2 |
2011-01-07 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -7/+31 |
2011-01-07 | fs: scale mntget/mntput | Nick Piggin | 1 | -2/+17 |
2011-01-07 | fs: improve scalability of pseudo filesystems | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -2/+2 |
2011-01-07 | fs: avoid inode RCU freeing for pseudo fs | Nick Piggin | 1 | -8/+9 |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 2 | -9/+17 |
2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -1/+1 |
2011-01-06 | net: bridge: check the length of skb after nf_bridge_maybe_copy_header() | Changli Gao | 1 | -10/+6 |
2011-01-06 | netfilter: fix export secctx error handling | Pablo Neira Ayuso | 3 | -13/+16 |
2011-01-06 | netfilter: fix the race when initializing nf_ct_expect_hash_rnd | Changli Gao | 2 | -20/+20 |
2011-01-06 | ipv4: IP defragmentation must be ECN aware | Eric Dumazet | 1 | -0/+34 |
2011-01-06 | dcb: use after free in dcb_flushapp() | Dan Carpenter | 1 | -1/+2 |
2011-01-06 | dcb: unlock on error in dcbnl_ieee_get() | Dan Carpenter | 1 | -3/+8 |
2011-01-06 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 19 | -136/+855 |
2011-01-06 | net: add POLLPRI to sock_def_readable() | Eric Dumazet | 1 | -1/+1 |
2011-01-05 | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. | David S. Miller | 1 | -1/+1 |
2011-01-05 | net_sched: pfifo_head_drop problem | Eric Dumazet | 1 | -2/+0 |
2011-01-05 | mac80211: remove stray extern | Johannes Berg | 1 | -2/+2 |
2011-01-05 | mac80211: implement off-channel TX using hw r-o-c offload | Johannes Berg | 3 | -10/+81 |
2011-01-05 | mac80211: implement hardware offload for remain-on-channel | Johannes Berg | 7 | -3/+287 |