Age | Commit message (Expand) | Author | Files | Lines |
2006-03-20 | [NET]: sem2mutex part 2 | Ingo Molnar | 1 | -1/+1 |
2006-03-20 | [NET] sem2mutex: net/ | Arjan van de Ven | 1 | -5/+6 |
2006-03-20 | [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep... | Patrick McHardy | 3 | -185/+0 |
2006-03-20 | [NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.h | Patrick McHardy | 2 | -19/+6 |
2006-03-20 | [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions | Patrick McHardy | 16 | -6/+35 |
2006-03-20 | [NETFILTER]: x_tables: pass registered match/target data to match/target func... | Patrick McHardy | 1 | -5/+6 |
2006-03-20 | [NETFILTER]: Convert ip6_tables matches/targets to centralized error checking | Patrick McHardy | 16 | -165/+47 |
2006-03-20 | [NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checking | Patrick McHardy | 1 | -5/+21 |
2006-03-20 | [NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct_reasm | Yasuyuki Kozakai | 1 | -4/+4 |
2006-03-20 | [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' | Harald Welte | 1 | -17/+22 |
2006-03-07 | [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumption | Thomas Graf | 1 | -1/+1 |
2006-02-27 | [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility | Patrick McHardy | 1 | -1/+6 |
2006-02-15 | [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT | Yasuyuki Kozakai | 1 | -0/+2 |
2006-02-04 | [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification | Patrick McHardy | 1 | -2/+2 |
2006-02-04 | [NETFILTER]: Fix ip6t_policy address matching | Patrick McHardy | 1 | -2/+3 |
2006-02-04 | [NETFILTER]: Check policy length in policy match strict mode | Patrick McHardy | 1 | -1/+1 |
2006-02-04 | [NETFILTER]: Fix possible overflow in netfilters do_replace() | Kirill Korotaev | 1 | -0/+7 |
2006-01-17 | [NETFILTER] ip6tables: whitespace and indent cosmetic cleanup | Yasuyuki Kozakai | 7 | -422/+427 |
2006-01-17 | [NETFILTER] Makefile cleanup | Yasuyuki Kozakai | 1 | -1/+0 |
2006-01-17 | [NETFILTER] ip[6]t_policy: Fix compilation warnings | Benoit Boissinot | 1 | -1/+1 |
2006-01-13 | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 2 | -4/+3 |
2006-01-12 | [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables | Harald Welte | 29 | -1502/+140 |
2006-01-11 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 1 | -0/+2 |
2006-01-11 | [NET]: Some more missing include/etherdevice.h includes | David S. Miller | 1 | -0/+1 |
2006-01-10 | [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures | Patrick McHardy | 1 | -2/+2 |
2006-01-10 | [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() | Kris Katterjohn | 1 | -2/+2 |
2006-01-07 | [NETFILTER]: Add ipt_policy/ip6t_policy matches | Patrick McHardy | 3 | -0/+186 |
2006-01-05 | [NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stack | Patrick McHardy | 1 | -8/+10 |
2006-01-05 | [NETFILTER]: make ipv6_find_hdr() find transport protocol header | Patrick McHardy | 7 | -74/+48 |
2006-01-05 | [NETFILTER]: Add ctnetlink port for nf_conntrack | Pablo Neira Ayuso | 2 | -9/+115 |
2006-01-04 | [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition. | YOSHIFUJI Hideaki | 1 | -2/+2 |
2006-01-03 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 4 | -0/+4 |
2006-01-03 | [NETFILTER] ip_tables: NUMA-aware allocation | Eric Dumazet | 1 | -64/+126 |
2005-12-19 | [NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE | Patrick McHardy | 1 | -1/+1 |
2005-12-05 | [NETFILTER]: nf_conntrack: Fix missing check for ICMPv6 type | Yasuyuki Kozakai | 1 | -6/+6 |
2005-11-29 | [NET]: Add const markers to various variables. | Arjan van de Ven | 1 | -1/+1 |
2005-11-14 | [NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6 | Yasuyuki Kozakai | 1 | -0/+2 |
2005-11-14 | [NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_... | Yasuyuki Kozakai | 1 | -16/+26 |
2005-11-14 | [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6 | Yasuyuki Kozakai | 2 | -7/+7 |
2005-11-14 | [NETFILTER]: cleanup IPv6 Netfilter Kconfig | Yasuyuki Kozakai | 1 | -36/+14 |
2005-11-09 | [NETFILTER]: Add nf_conntrack subsystem. | Yasuyuki Kozakai | 6 | -3/+1736 |
2005-10-31 | [NETFILTER]: Add "revision" support to arp_tables and ip6_tables | Harald Welte | 2 | -114/+192 |
2005-10-15 | [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled. | Andrew Morton | 1 | -1/+0 |
2005-10-13 | [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. | David S. Miller | 1 | -5/+11 |
2005-10-03 | [NET]: Fix packet timestamping. | Herbert Xu | 1 | -2/+2 |
2005-09-24 | [NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency | Harald Welte | 2 | -1/+12 |
2005-09-19 | [NETFILTER] ip6tables: remove duplicate code | Yasuyuki Kozakai | 7 | -464/+91 |
2005-09-10 | [IPV6]: Bring Type 0 routing header in-line with rfc3542. | Brian Haley | 1 | -7/+7 |
2005-09-09 | [PATCH] files: lock-free fd look-up | Dipankar Sarma | 1 | -0/+1 |
2005-09-08 | [XFRM]: Always release dst_entry on error in xfrm_lookup | Patrick McHardy | 1 | -4/+1 |