Age | Commit message (Expand) | Author | Files | Lines |
2006-06-20 | [NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk length | Patrick McHardy | 1 | -1/+1 |
2006-06-18 | [SECMARK]: Add CONNSECMARK xtables target | James Morris | 3 | -0/+167 |
2006-06-18 | [SECMARK]: Add secmark support to conntrack | James Morris | 3 | -0/+20 |
2006-06-18 | [SECMARK]: Add xtables SECMARK target | James Morris | 3 | -0/+166 |
2006-06-18 | [NETFILTER]: FTP helper: search optimization | Patrick McHardy | 1 | -34/+43 |
2006-06-18 | [NETFILTER]: ctnetlink: change table dumping not to require an unique ID | Patrick McHardy | 1 | -8/+24 |
2006-06-18 | [NETFILTER]: ctnetlink: fix NAT configuration | Patrick McHardy | 1 | -31/+22 |
2006-06-18 | [NETFILTER]: conntrack: add fixed timeout flag in connection tracking | Eric Leblond | 1 | -0/+6 |
2006-06-18 | [NETFILTER]: conntrack: add sysctl to disable checksumming | Patrick McHardy | 3 | -3/+16 |
2006-06-18 | [NETFILTER]: x_tables: add statistic match | Patrick McHardy | 3 | -0/+119 |
2006-06-18 | [NETFILTER]: x_tables: add quota match | Patrick McHardy | 3 | -0/+107 |
2006-06-18 | [NETFILTER]: x_tables: add SCTP/DCCP support where missing | Patrick McHardy | 1 | -3/+4 |
2006-06-18 | [NETFILTER]: x_tables: remove some unnecessary casts | Patrick McHardy | 5 | -8/+5 |
2006-05-19 | [NETFILTER]: nfnetlink_log: fix byteorder confusion | Patrick McHardy | 1 | -2/+2 |
2006-05-04 | [NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in... | Patrick McHardy | 1 | -2/+2 |
2006-05-03 | [NETFILTER] SCTP conntrack: fix infinite loop | Patrick McHardy | 1 | -4/+7 |
2006-04-25 | [NETFILTER]: x_tables: move table->lock initialization | Dmitry Mishin | 1 | -1/+1 |
2006-04-25 | [NETFILTER]: nf_conntrack: kill unused callback init_conntrack | Yasuyuki Kozakai | 1 | -3/+0 |
2006-04-25 | [NETFILTER]: nf_conntrack: Fix module refcount dropping too far | Yasuyuki Kozakai | 2 | -9/+4 |
2006-04-11 | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 2 | -3/+3 |
2006-04-10 | [NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functions | Patrick McHardy | 2 | -90/+10 |
2006-04-10 | [NETFILTER]: Introduce infrastructure for address family specific operations | Patrick McHardy | 2 | -36/+36 |
2006-04-10 | [NETFILTER]: Fix section mismatch warnings | Patrick McHardy | 3 | -94/+73 |
2006-04-10 | [NETFILTER]: Add helper functions for mass hook registration/unregistration | Patrick McHardy | 1 | -0/+28 |
2006-04-01 | [NETFILTER]: iptables 32bit compat layer | Dmitry Mishin | 1 | -0/+113 |
2006-04-01 | [NETFILTER]: {ip,nf}_conntrack_netlink: fix expectation notifier unregistration | Martin Josefsson | 1 | -1/+1 |
2006-04-01 | [NETFILTER]: fix ifdef for connmark support in nf_conntrack_netlink | Martin Josefsson | 1 | -2/+2 |
2006-04-01 | [NETFILTER]: x_tables: unify IPv4/IPv6 multiport match | Yasuyuki Kozakai | 3 | -0/+325 |
2006-04-01 | [NETFILTER]: x_tables: unify IPv4/IPv6 esp match | Yasuyuki Kozakai | 3 | -0/+146 |
2006-04-01 | [IPSEC]: Kill unused decap state structure | Herbert Xu | 1 | -1/+1 |
2006-03-29 | [NETFILTER]: Rename init functions. | Andrew Morton | 28 | -113/+113 |
2006-03-27 | [PATCH] Notifier chain update: API changes | Alan Stern | 1 | -3/+3 |
2006-03-25 | [NETFILTER] x_table.c: sem2mutex | Ingo Molnar | 1 | -27/+29 |
2006-03-23 | [NETFILTER]: Fix xt_policy address matching | Patrick McHardy | 1 | -3/+3 |
2006-03-23 | [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demand | Pablo Neira Ayuso | 6 | -0/+124 |
2006-03-23 | [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches | Pablo Neira Ayuso | 25 | -133/+187 |
2006-03-23 | [NETFILTER]: conntrack: cleanup the conntrack ID initialization | Pablo Neira Ayuso | 1 | -2/+2 |
2006-03-23 | [NETFILTER]: nfnetlink_queue: fix nfnetlink message size | Pablo Neira Ayuso | 1 | -9/+10 |
2006-03-23 | [NETFILTER]: ctnetlink: Fix expectaction mask dumping | Pablo Neira Ayuso | 1 | -22/+62 |
2006-03-23 | [NETFILTER]: Fix Kconfig typos | Thomas V�gtle | 1 | -3/+3 |
2006-03-21 | [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2006-03-21 | [NET]: {get|set}sockopt compatibility layer | Dmitry Mishin | 1 | -0/+69 |
2006-03-21 | [NET]: sem2mutex part 2 | Ingo Molnar | 1 | -7/+9 |
2006-03-21 | [NET] sem2mutex: net/ | Arjan van de Ven | 1 | -12/+13 |
2006-03-21 | [NETFILTER]: ctnetlink: avoid unneccessary event message generation | Patrick McHardy | 2 | -3/+10 |
2006-03-21 | [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep... | Patrick McHardy | 3 | -0/+220 |
2006-03-21 | [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions | Patrick McHardy | 23 | -1/+44 |
2006-03-21 | [NETFILTER]: Convert x_tables matches/targets to centralized error checking | Patrick McHardy | 23 | -511/+167 |
2006-03-21 | [NETFILTER]: xt_tables: add centralized error checking | Patrick McHardy | 1 | -7/+65 |
2006-03-21 | [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' | Harald Welte | 5 | -89/+80 |