| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED... | Dong Wei | 2008-06-04 | 1 | -1/+2 |
* | netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_... | Alexey Dobriyan | 2008-05-29 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-14 | 2 | -0/+5 |
|\ |
|
| * | netfilter: xt_iprange: module aliases for xt_iprange | Phil Oester | 2008-05-13 | 1 | -0/+2 |
| * | netfilter: ctnetlink: dump conntrack ID in event messages | Eric Leblond | 2008-05-13 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-08 | 2 | -9/+17 |
|\ \
| |/ |
|
| * | netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol confi... | Patrick McHardy | 2008-05-08 | 1 | -0/+4 |
| * | netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re... | Patrick McHardy | 2008-05-08 | 1 | -9/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-03 | 3 | -16/+15 |
|\ \
| |/ |
|
| * | netfilter: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2008-05-02 | 1 | -7/+6 |
| * | netfilter: assign PDE->fops before gluing PDE into /proc tree | Denis V. Lunev | 2008-05-02 | 1 | -3/+3 |
| * | netfilter: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2008-05-02 | 1 | -6/+6 |
* | | rename div64_64 to div64_u64 | Roman Zippel | 2008-05-01 | 1 | -3/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-30 | 4 | -7/+6 |
|\ |
|
| * | netfilter: nf_conntrack: padding breaks conntrack hash on ARM | Philip Craig | 2008-04-29 | 1 | -2/+2 |
| * | netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets | Arnaud Ebalard | 2008-04-29 | 1 | -3/+2 |
| * | netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables... | Pavel Emelyanov | 2008-04-29 | 1 | -1/+1 |
| * | netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retval | Roel Kluin | 2008-04-29 | 1 | -1/+1 |
* | | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 2008-04-29 | 1 | -1/+1 |
|/ |
|
* | netfilter: Fix SIP conntrack build with NAT disabled. | Patrick McHardy | 2008-04-19 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-04-14 | 38 | -340/+1159 |
|\ |
|
| * | [NETFILTER]: nf_conntrack: fix incorrect check for expectations | Patrick McHardy | 2008-04-14 | 1 | -1/+1 |
| * | [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct... | Jan Engelhardt | 2008-04-14 | 7 | -26/+26 |
| * | [NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_pro... | Jan Engelhardt | 2008-04-14 | 1 | -6/+11 |
| * | [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_tuple.h | Jan Engelhardt | 2008-04-14 | 1 | -12/+10 |
| * | [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto | Jan Engelhardt | 2008-04-14 | 7 | -98/+94 |
| * | [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto | Jan Engelhardt | 2008-04-14 | 1 | -6/+6 |
| * | [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors | Patrick McHardy | 2008-04-14 | 14 | -85/+50 |
| * | [NETFILTER]: nf_conntrack_tcp: catch invalid state updates over ctnetlink | Patrick McHardy | 2008-04-14 | 1 | -2/+4 |
| * | [NETFILTER]: nf_conntrack_extend: warn on confirmed conntracks | Patrick McHardy | 2008-04-14 | 1 | -0/+3 |
| * | [NETFILTER]: nf_conntrack: add DCCP protocol support | Patrick McHardy | 2008-04-14 | 3 | -0/+827 |
| * | [NETFILTER]: Add partial checksum validation helper | Patrick McHardy | 2008-04-14 | 1 | -26/+7 |
| * | [NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsing | Patrick McHardy | 2008-04-14 | 1 | -12/+3 |
| * | [NETFILTER]: nf_conntrack_sip: clear address in parse_addr() | Patrick McHardy | 2008-04-14 | 1 | -0/+1 |
| * | [NETFILTER]: annotate rest of nf_conntrack_* with const | Jan Engelhardt | 2008-04-14 | 4 | -10/+13 |
| * | [NETFILTER]: annotate {arp,ip,ip6,x}tables with const | Jan Engelhardt | 2008-04-14 | 1 | -9/+9 |
| * | [NETFILTER]: annotate xtables targets with const and remove casts | Jan Engelhardt | 2008-04-14 | 12 | -20/+31 |
| * | [NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctl | Alexey Dobriyan | 2008-04-14 | 1 | -40/+76 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -18/+5 |
|\ \
| |/
|/| |
|
| * | [NETFILTER]: xt_hashlimit: fix mask calculation | Patrick McHardy | 2008-04-09 | 1 | -18/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-27 | 6 | -39/+19 |
|\ \
| |/ |
|
| * | [NETFILTER]: Replate direct proc_fops assignment with proc_create call. | Denis V. Lunev | 2008-03-27 | 6 | -39/+19 |
* | | [NETFILTER]: nf_conntrack_sip: update copyright | Patrick McHardy | 2008-03-25 | 1 | -0/+2 |
* | | [NETFILTER]: nf_conntrack_sip: RTP routing optimization | Patrick McHardy | 2008-03-25 | 1 | -10/+49 |
* | | [NETFILTER]: nf_conntrack_sip: support multiple media channels | Patrick McHardy | 2008-03-25 | 1 | -31/+90 |
* | | [NETFILTER]: nf_nat_sip: split up SDP mangling | Patrick McHardy | 2008-03-25 | 1 | -27/+115 |
* | | [NETFILTER]: nf_conntrack_sip: create RTCP expectations | Patrick McHardy | 2008-03-25 | 1 | -20/+38 |
* | | [NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source ... | Patrick McHardy | 2008-03-25 | 1 | -4/+41 |
* | | [NETFILTER]: nf_conntrack_sip: create signalling expectations | Patrick McHardy | 2008-03-25 | 1 | -10/+222 |
* | | [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel... | Patrick McHardy | 2008-03-25 | 1 | -0/+58 |