| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETFILTER]: xt_helper: Do not bypass RCU | Jan Engelhardt | 2008-01-10 | 1 | -2/+2 |
* | [NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibility | Patrick McHardy | 2007-12-26 | 1 | -2/+3 |
* | [NETFILTER]: Spelling fixes | Joe Perches | 2007-12-20 | 1 | -2/+2 |
* | [NETFILTER]: xt_hashlimit should use time_after_eq() | Eric Dumazet | 2007-12-14 | 1 | -1/+1 |
* | [NETFILTER]: ip_tables: fix compat copy race | Patrick McHardy | 2007-12-14 | 1 | -2/+6 |
* | [NETFILTER]: ctnetlink: set expected bit for related conntracks | Pablo Neira Ayuso | 2007-12-14 | 1 | -1/+3 |
* | [NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARK | Jan Engelhardt | 2007-12-01 | 2 | -10/+10 |
* | [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ON | Patrick McHardy | 2007-11-30 | 1 | -3/+1 |
* | [NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage() | Evgeniy Polyakov | 2007-11-15 | 1 | -1/+1 |
* | [NETFILTER]: fix compat_nf_sockopt typo | Patrick McHardy | 2007-11-15 | 1 | -3/+3 |
* | [NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAR | Eric Dumazet | 2007-11-13 | 1 | -1/+1 |
* | [NETFILTER]: Consolidate nf_sockopt and compat_nf_sockopt | Pavel Emelyanov | 2007-11-13 | 1 | -62/+44 |
* | [NETFILTER]: nf_sockopts list head cleanup | Alexey Dobriyan | 2007-11-07 | 1 | -9/+4 |
* | [NETFILTER]: Clean up Makefile | Jan Engelhardt | 2007-11-07 | 1 | -7/+7 |
* | [NETFILTER]: Copyright/Email update | Jan Engelhardt | 2007-11-07 | 3 | -5/+8 |
* | Kbuild/doc: fix links to Documentation files | Dirk Hohndel | 2007-10-30 | 1 | -1/+1 |
* | [NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARN | Andrew Morton | 2007-10-29 | 1 | -1/+1 |
* | more UTF-8 conversions | Marcin Garski | 2007-10-19 | 1 | -2/+2 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 2 | -2/+2 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-10-18 | 2 | -14/+15 |
|\ |
|
| * | [NETFILTER]: nf_conntrack_tcp: fix connection reopening fix | Jozsef Kadlecsik | 2007-10-18 | 1 | -4/+7 |
| * | [NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is required | Li Zefan | 2007-10-18 | 1 | -10/+8 |
* | | sysctl: remove broken netfilter binary sysctls | Eric W. Biederman | 2007-10-18 | 4 | -38/+0 |
|/ |
|
* | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 2007-10-15 | 24 | -271/+270 |
* | [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom | Herbert Xu | 2007-10-15 | 2 | -19/+9 |
* | [NETFILTER]: Do not copy skb in skb_make_writable | Herbert Xu | 2007-10-15 | 4 | -28/+18 |
* | [NETFILTER]: x_tables: add missing ip6t_modulename aliases | Jan Engelhardt | 2007-10-11 | 8 | -0/+8 |
* | [NETFILTER]: nf_conntrack_tcp: fix connection reopening | Jozsef Kadlecsik | 2007-10-11 | 1 | -21/+14 |
* | [NET]: make netlink user -> kernel interface synchronious | Denis V. Lunev | 2007-10-10 | 1 | -8/+4 |
* | [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 | Denis V. Lunev | 2007-10-10 | 1 | -20/+5 |
* | [NETFILTER]: Make netfilter code use the seq_open_private | Pavel Emelyanov | 2007-10-10 | 4 | -64/+8 |
* | [NETFILTER]: x_tables: add xt_time match | Jan Engelhardt | 2007-10-10 | 3 | -0/+284 |
* | [NETFILTER]: nfnetlink_log: fix some constants | Michal Miroslaw | 2007-10-10 | 1 | -7/+5 |
* | [NETFILTER]: nfnetlink_log: fix instance_create() failure path | Michal Miroslaw | 2007-10-10 | 1 | -5/+5 |
* | [NETFILTER]: nfnetlink_log: fix style | Michal Miroslaw | 2007-10-10 | 1 | -3/+4 |
* | [NETFILTER]: nfnetlink_log: flush queue early | Michal Miroslaw | 2007-10-10 | 1 | -4/+5 |
* | [NETFILTER]: nfnetlink_log: kill duplicate code | Michal Miroslaw | 2007-10-10 | 1 | -16/+14 |
* | [NETFILTER]: nf_conntrack_netlink: add support to related connections | Pablo Neira Ayuso | 2007-10-10 | 1 | -3/+40 |
* | [NETFILTER]: nf_conntrack_expect: kill unique ID | Patrick McHardy | 2007-10-10 | 2 | -5/+3 |
* | [NETFILTER]: nf_conntrack: kill unique ID | Patrick McHardy | 2007-10-10 | 2 | -4/+2 |
* | [NETFILTER]: ctnetlink: use netlink policy | Patrick McHardy | 2007-10-10 | 6 | -74/+74 |
* | [NETFILTER]: nfnetlink_queue: use netlink policy | Patrick McHardy | 2007-10-10 | 1 | -19/+11 |
* | [NETFILTER]: nfnetlink_log: use netlink policy | Patrick McHardy | 2007-10-10 | 1 | -29/+9 |
* | [NETFILTER]: nfnetlink: support attribute policies | Patrick McHardy | 2007-10-10 | 1 | -35/+13 |
* | [NETFILTER]: nfnetlink: use nlmsg_notify() | Patrick McHardy | 2007-10-10 | 1 | -10/+1 |
* | [NETFILTER]: nfnetlink: rename functions containing 'nfattr' | Patrick McHardy | 2007-10-10 | 8 | -55/+55 |
* | [NETFILTER]: nfnetlink: convert to generic netlink attribute functions | Patrick McHardy | 2007-10-10 | 6 | -392/+392 |
* | [NETFILTER]: nfnetlink: make subsystem and callbacks const | Patrick McHardy | 2007-10-10 | 4 | -17/+17 |
* | [NET]: Wrap hard_header_parse | Stephen Hemminger | 2007-10-10 | 2 | -12/+12 |