Age | Commit message (Expand) | Author | Files | Lines |
2010-02-19 | xfrm: Flushing empty SPD generates false events | Jamal Hadi Salim | 3 | -6/+20 |
2010-02-19 | xfrm: Flushing empty SAD generates false events | Jamal Hadi Salim | 3 | -4/+14 |
2010-02-19 | pfkey: fix SA and SP flush sequence | Jamal Hadi Salim | 1 | -6/+27 |
2010-02-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -12/+12 |
2010-02-19 | netfilter: nf_queue: fix NF_STOLEN skb leak | Eric Dumazet | 1 | -1/+1 |
2010-02-19 | netfilter: ctnetlink: fix creation of conntrack with helpers | Pablo Neira Ayuso | 1 | -11/+11 |
2010-02-18 | xfrm: Introduce LINUX_MIB_XFRMFWDHDRERROR | jamal | 2 | -2/+2 |
2010-02-18 | net: TCP thin dupack | Andreas Petlund | 3 | -0/+26 |
2010-02-18 | net: TCP thin linear timeouts | Andreas Petlund | 3 | -1/+34 |
2010-02-18 | const: struct nla_policy | Alexey Dobriyan | 8 | -28/+19 |
2010-02-18 | ipv6: drop unused "dev" arg of icmpv6_send() | Alexey Dobriyan | 16 | -36/+31 |
2010-02-18 | ipv6: use standard lists for FIB walks | Alexey Dobriyan | 1 | -13/+4 |
2010-02-18 | ipv6: remove stale MIB definitions | Alexey Dobriyan | 1 | -5/+0 |
2010-02-18 | AF_UNIX: update locking comment | Stephen Hemminger | 1 | -1/+1 |
2010-02-18 | netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n | Patrick McHardy | 1 | -1/+5 |
2010-02-18 | ipvs: SCTP Trasport Loadbalancing Support | Venkata Mohan Reddy | 7 | -11/+1264 |
2010-02-18 | Merge branch 'ebt_config_compat_v4' of git://git.breakpoint.cc/fw/nf-next-2.6 | Patrick McHardy | 4 | -119/+1124 |
2010-02-17 | IPv6: convert mc_lock to spinlock | Stephen Hemminger | 1 | -9/+10 |
2010-02-17 | net: export attach/detach filter routines | Michael S. Tsirkin | 1 | -0/+2 |
2010-02-17 | net: bug fix for vlan + gro issue | Ajit Khaparde | 1 | -1/+1 |
2010-02-17 | xfrm: Revert false event eliding commits. | David S. Miller | 4 | -20/+9 |
2010-02-17 | ethtool: Don't flush n-tuple list from ethtool_reset() | Ben Hutchings | 1 | -3/+0 |
2010-02-17 | net: use kasprintf() for socket cache names | Alexey Dobriyan | 1 | -8/+2 |
2010-02-17 | xt_hashlimit: fix locking | Eric Dumazet | 1 | -4/+0 |
2010-02-17 | ipmr: remove useless checks from ipmr_device_event | Pavel Emelyanov | 1 | -3/+0 |
2010-02-17 | net: remove INIT_RCU_HEAD() usage | Alexey Dobriyan | 8 | -10/+0 |
2010-02-16 | percpu: add __percpu sparse annotations to net | Tejun Heo | 14 | -101/+110 |
2010-02-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -46/+55 |
2010-02-16 | xfrm: avoid spinlock in get_acqseq() used by xfrm user | jamal | 1 | -5/+5 |
2010-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 9 | -33/+23 |
2010-02-16 | net neigh: Decouple per interface neighbour table controls from binary sysctls | Eric W. Biederman | 5 | -11/+8 |
2010-02-16 | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers | Eric W. Biederman | 1 | -13/+13 |
2010-02-16 | tunnels: fix netns vs proto registration ordering | Alexey Dobriyan | 4 | -62/+47 |
2010-02-16 | gre: fix netns vs proto registration ordering | Alexey Dobriyan | 1 | -9/+10 |
2010-02-16 | xfrm: Fix xfrm_state_clone leak | Herbert Xu | 1 | -9/+3 |
2010-02-16 | ipcomp: Avoid duplicate calls to ipcomp_destroy | Herbert Xu | 2 | -10/+2 |
2010-02-16 | ethtool: allow non-admin user to read GRO settings. | stephen hemminger | 1 | -0/+1 |
2010-02-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 84 | -1713/+2053 |
2010-02-16 | netfilter: ebtables: mark: add CONFIG_COMPAT support | Florian Westphal | 2 | -0/+68 |
2010-02-16 | netfilter: ebt_limit: add CONFIG_COMPAT support | Florian Westphal | 1 | -0/+16 |
2010-02-16 | netfilter: ebtables: try native set/getsockopt handlers, too | Florian Westphal | 1 | -10/+24 |
2010-02-16 | netfilter: ebtables: add CONFIG_COMPAT support | Florian Westphal | 1 | -1/+886 |
2010-02-16 | netfilter: ebtables: split update_counters into two functions | Florian Westphal | 1 | -16/+26 |
2010-02-16 | netfilter: ebtables: split copy_everything_to_user into two functions | Florian Westphal | 1 | -32/+38 |
2010-02-16 | netfilter: ebtables: split do_replace into two functions | Florian Westphal | 1 | -65/+71 |
2010-02-15 | ethtool: reduce stack usage | Eric Dumazet | 1 | -7/+28 |
2010-02-15 | X25: Dont let x25_bind use addresses containing characters | andrew hendry | 1 | -1/+10 |
2010-02-15 | X25: Fix x25_create errors for bad protocol and ENOBUFS | andrew hendry | 1 | -4/+9 |
2010-02-15 | xfrm: Flushing empty SPD generates false events | jamal | 3 | -5/+12 |
2010-02-15 | xfrm: Flushing empty SAD generates false events | jamal | 3 | -4/+8 |