| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: conntrack: fix dropping packet after l4proto->packet() | Christoph Paasch | 2009-03-16 | 2 | -3/+3 |
* | netfilter: ctnetlink: fix crash during expectation creation | Pablo Neira Ayuso | 2009-03-16 | 1 | -0/+1 |
* | netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses | Josef Drexler | 2009-02-24 | 1 | -1/+1 |
* | netfilter: make proc/net/ip* print names from foreign NFPROTO | Jan Engelhardt | 2009-02-18 | 1 | -57/+142 |
* | netfilter: nfnetlink_log: fix timeout handling | Eric Leblond | 2009-02-18 | 1 | -1/+1 |
* | netfilter: nfnetlink_log: fix per-rule qthreshold override | Eric Leblond | 2009-02-18 | 1 | -2/+4 |
* | netfilter: xt_sctp: sctp chunk mapping doesn't work | Qu Haoran | 2009-02-09 | 1 | -1/+1 |
* | netfilter: ctnetlink: fix echo if not subscribed to any multicast group | Pablo Neira Ayuso | 2009-02-09 | 1 | -2/+3 |
* | netfilter: ctnetlink: allow changing NAT sequence adjustment in creation | Pablo Neira Ayuso | 2009-02-09 | 1 | -0/+10 |
* | netfilter: ctnetlink: fix scheduling while atomic | Patrick McHardy | 2009-01-21 | 1 | -0/+3 |
* | netfilter 08/09: xt_time: print timezone for user information | Jan Engelhardt | 2009-01-12 | 1 | -0/+11 |
* | netfilter 07/09: simplify nf_conntrack_alloc() error handling | Julia Lawall | 2009-01-12 | 2 | -3/+3 |
* | netfilter 04/09: x_tables: fix match/target revision lookup | Patrick McHardy | 2009-01-12 | 1 | -0/+8 |
* | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net | Rusty Russell | 2008-12-29 | 1 | -2/+2 |
* | IPVS: Make "no destination available" message more consistent between schedulers | Simon Horman | 2008-12-29 | 9 | -10/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 49 | -492/+632 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-15 | 1 | -1/+1 |
| |\ |
|
| * | | nf/dccp: merge errorpaths | Ilpo Järvinen | 2008-12-14 | 1 | -7/+9 |
| * | | netfilter: xt_NFLOG is dependant of nfnetlink_log | Eric Leblond | 2008-12-10 | 1 | -3/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-11-28 | 19 | -114/+289 |
| |\ \ |
|
| | * | | netfilter: fix warning in net/netfilter/nf_conntrack_ftp.c | Ingo Molnar | 2008-11-25 | 1 | -1/+1 |
| | * | | netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug() | Patrick McHardy | 2008-11-24 | 1 | -4/+2 |
| | * | | netfilter: nf_conntrack_proto_sctp: avoid bogus warning | Patrick McHardy | 2008-11-24 | 1 | -1/+1 |
| | * | | netfilter: nf_conntrack_proto_gre: spread __exit | Alexey Dobriyan | 2008-11-20 | 1 | -1/+1 |
| | * | | netfilter: xt_recent: don't save proc dirs | Alexey Dobriyan | 2008-11-20 | 1 | -11/+11 |
| | * | | netfilter: nf_conntrack: fix warning and prototype mismatch | Patrick McHardy | 2008-11-18 | 1 | -4/+4 |
| | * | | netfilter: nfnetlink_log: fix warning and prototype mismatch | Patrick McHardy | 2008-11-18 | 1 | -0/+1 |
| | * | | netfilter: ctnetlink: deliver events for conntracks changed from userspace | Pablo Neira Ayuso | 2008-11-18 | 4 | -29/+141 |
| | * | | netfilter: ctnetlink: helper modules load-on-demand support | Pablo Neira Ayuso | 2008-11-18 | 3 | -37/+93 |
| | * | | netfilter: nf_conntrack: connection tracking helper name persistent aliases | Pablo Neira Ayuso | 2008-11-17 | 9 | -0/+9 |
| | * | | netfilter: ctnetlink: get rid of module refcounting in ctnetlink | Pablo Neira Ayuso | 2008-11-17 | 1 | -20/+18 |
| | * | | netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has n... | Pablo Neira Ayuso | 2008-11-17 | 1 | -1/+1 |
| | * | | netfilter: ctnetlink: use nf_conntrack_get instead of atomic_inc | Pablo Neira Ayuso | 2008-11-17 | 1 | -1/+1 |
| | * | | netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module. | Eric Leblond | 2008-11-04 | 2 | -3/+5 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-26 | 2 | -5/+4 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-11 | 1 | -1/+2 |
| |\ \ \ \ |
|
| * | | | | | ipvs: oldlen, newlen should be be16, not be32 | Harvey Harrison | 2008-11-06 | 2 | -8/+8 |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-06 | 2 | -0/+8 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | net: '&' redux | Alexey Dobriyan | 2008-11-03 | 10 | -81/+81 |
| * | | | | | IPVS: Remove supports_ipv6 scheduler flag | Julius Volz | 2008-11-03 | 11 | -48/+6 |
| * | | | | | IPVS: Add IPv6 support to LBLC/LBLCR schedulers | Julius Volz | 2008-11-03 | 2 | -61/+92 |
| * | | | | | IPVS: Add IPv6 support to SH and DH schedulers | Julius Volz | 2008-11-02 | 2 | -18/+42 |
| * | | | | | net: replace NIPQUAD() in net/netfilter/ | Harvey Harrison | 2008-10-31 | 16 | -108/+78 |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-31 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| * | | | | | | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 10 | -19/+19 |
| * | | | | | | netfilter: replace uses of NIP6_FMT with %p6 | Harvey Harrison | 2008-10-28 | 10 | -64/+45 |
* | | | | | | | Merge branch 'next' into for-linus | James Morris | 2008-12-25 | 2 | -10/+11 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Merge branch 'master' into next | James Morris | 2008-12-04 | 2 | -5/+4 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge branch 'master' into next | James Morris | 2008-11-14 | 3 | -1/+10 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | CRED: Use creds in file structs | David Howells | 2008-11-14 | 2 | -10/+11 |
| | |_|_|/ /
| |/| | | | |
|