Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | netfilter: ebtables: add CONFIG_COMPAT support | Florian Westphal | 2010-02-16 | 1 | -1/+886 | |
| * | | | | | | netfilter: ebtables: split update_counters into two functions | Florian Westphal | 2010-02-16 | 1 | -16/+26 | |
| * | | | | | | netfilter: ebtables: split copy_everything_to_user into two functions | Florian Westphal | 2010-02-16 | 1 | -32/+38 | |
| * | | | | | | netfilter: ebtables: split do_replace into two functions | Florian Westphal | 2010-02-16 | 1 | -65/+71 | |
* | | | | | | | IPv6: convert mc_lock to spinlock | Stephen Hemminger | 2010-02-17 | 1 | -9/+10 | |
* | | | | | | | net: export attach/detach filter routines | Michael S. Tsirkin | 2010-02-17 | 1 | -0/+2 | |
* | | | | | | | net: bug fix for vlan + gro issue | Ajit Khaparde | 2010-02-17 | 1 | -1/+1 | |
* | | | | | | | xfrm: Revert false event eliding commits. | David S. Miller | 2010-02-17 | 4 | -20/+9 | |
* | | | | | | | ethtool: Don't flush n-tuple list from ethtool_reset() | Ben Hutchings | 2010-02-17 | 1 | -3/+0 | |
* | | | | | | | net: use kasprintf() for socket cache names | Alexey Dobriyan | 2010-02-17 | 1 | -8/+2 | |
* | | | | | | | xt_hashlimit: fix locking | Eric Dumazet | 2010-02-17 | 1 | -4/+0 | |
* | | | | | | | ipmr: remove useless checks from ipmr_device_event | Pavel Emelyanov | 2010-02-17 | 1 | -3/+0 | |
* | | | | | | | net: remove INIT_RCU_HEAD() usage | Alexey Dobriyan | 2010-02-17 | 8 | -10/+0 | |
* | | | | | | | percpu: add __percpu sparse annotations to net | Tejun Heo | 2010-02-16 | 14 | -101/+110 | |
* | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-16 | 8 | -46/+55 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-02-16 | 9 | -33/+23 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | xfrm: Fix xfrm_state_clone leak | Herbert Xu | 2010-02-16 | 1 | -9/+3 | |
| | * | | | | | | ipcomp: Avoid duplicate calls to ipcomp_destroy | Herbert Xu | 2010-02-16 | 2 | -10/+2 | |
| | * | | | | | | ethtool: allow non-admin user to read GRO settings. | stephen hemminger | 2010-02-16 | 1 | -0/+1 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-02-10 | 25 | -132/+162 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 9p: fix p9_client_destroy unconditional calling v9fs_put_trans | Eric Van Hensbergen | 2010-02-08 | 1 | -12/+19 | |
| * | | | | | | | | 9p: Fix the kernel crash on a failed mount | Aneesh Kumar K.V | 2010-02-08 | 1 | -1/+2 | |
| * | | | | | | | | 9p: fix option parsing | Eric Van Hensbergen | 2010-02-08 | 3 | -12/+16 | |
| * | | | | | | | | net/9p: fix statsize inside twstat | Eric Van Hensbergen | 2010-02-08 | 1 | -2/+3 | |
| * | | | | | | | | net/9p: fail when user specifies a transport which we can't find | Eric Van Hensbergen | 2010-02-08 | 1 | -0/+8 | |
| * | | | | | | | | net/9p: fix virtio transport to correctly update status on connect | Eric Van Hensbergen | 2010-02-08 | 1 | -0/+1 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | xfrm: avoid spinlock in get_acqseq() used by xfrm user | jamal | 2010-02-16 | 1 | -5/+5 | |
* | | | | | | | | net neigh: Decouple per interface neighbour table controls from binary sysctls | Eric W. Biederman | 2010-02-16 | 5 | -11/+8 | |
* | | | | | | | | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers | Eric W. Biederman | 2010-02-16 | 1 | -13/+13 | |
* | | | | | | | | tunnels: fix netns vs proto registration ordering | Alexey Dobriyan | 2010-02-16 | 4 | -62/+47 | |
* | | | | | | | | gre: fix netns vs proto registration ordering | Alexey Dobriyan | 2010-02-16 | 1 | -9/+10 | |
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-02-16 | 84 | -1713/+2053 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | netfilter: CONFIG_COMPAT: allow delta to exceed 32767 | Florian Westphal | 2010-02-15 | 1 | -3/+3 | |
| * | | | | | | | netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets | Florian Westphal | 2010-02-15 | 17 | -17/+17 | |
| * | | | | | | | netfilter: ebtables: abort if next_offset is too small | Florian Westphal | 2010-02-15 | 1 | -0/+2 | |
| * | | | | | | | netfilter: ctnetlink: add zone support | Patrick McHardy | 2010-02-15 | 1 | -19/+73 | |
| * | | | | | | | netfilter: nf_conntrack: add support for "conntrack zones" | Patrick McHardy | 2010-02-15 | 17 | -78/+193 | |
| * | | | | | | | netfilter: nf_conntrack: pass template to l4proto ->error() handler | Patrick McHardy | 2010-02-15 | 7 | -9/+13 | |
| * | | | | | | | netfilter: xtables: add const qualifiers | Jan Engelhardt | 2010-02-15 | 4 | -136/+168 | |
| * | | | | | | | netfilter: xtables: constify args in compat copying functions | Jan Engelhardt | 2010-02-15 | 7 | -16/+16 | |
| * | | | | | | | netfilter: xtables: print details on size mismatch | Jan Engelhardt | 2010-02-15 | 1 | -2/+6 | |
| * | | | | | | | netfilter: iptables: remove unused function arguments | Jan Engelhardt | 2010-02-15 | 2 | -14/+6 | |
| * | | | | | | | netfilter: xt_recent: inform user when hitcount is too large | Jan Engelhardt | 2010-02-15 | 1 | -2/+6 | |
| * | | | | | | | netfilter: don't use INIT_RCU_HEAD() | Alexey Dobriyan | 2010-02-12 | 3 | -3/+0 | |
| * | | | | | | | netfilter: xtables: fix mangle tables | Alexey Dobriyan | 2010-02-11 | 2 | -2/+6 | |
| * | | | | | | | netfilter: nf_conntrack_sip: add T.38 FAX support | Patrick McHardy | 2010-02-11 | 1 | -5/+23 | |
| * | | | | | | | netfilter: nf_nat_sip: add TCP support | Patrick McHardy | 2010-02-11 | 2 | -6/+57 | |
| * | | | | | | | netfilter: nf_nat: support mangling a single TCP packet multiple times | Patrick McHardy | 2010-02-11 | 1 | -16/+23 | |
| * | | | | | | | netfilter: nf_conntrack_sip: add TCP support | Patrick McHardy | 2010-02-11 | 2 | -30/+177 | |
| * | | | | | | | netfilter: nf_conntrack_sip: pass data offset to NAT functions | Patrick McHardy | 2010-02-11 | 2 | -88/+95 |