Age | Commit message (Expand) | Author |
2007-04-25 | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy |
2007-04-25 | [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading | Patrick McHardy |
2007-04-25 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo |
2007-04-25 | [NETFILTER]: Use setup_timer | Patrick McHardy |
2007-04-25 | [NETFILTER]: Remove changelogs and CVS IDs | Patrick McHardy |
2007-04-25 | [SK_BUFF] ipv6: Use skb_network_offset in some more places | Arnaldo Carvalho de Melo |
2007-04-25 | [NETLINK]: Introduce nlmsg_hdr() helper | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Introduce skb_network_header_len | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Use the helpers to get the layer header pointer | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Introduce skb_set_transport_header | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Introduce skb_reset_transport_header(skb) | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo |
2007-04-25 | [IP]: Introduce ip_hdrlen() | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull | Arnaldo Carvalho de Melo |
2007-04-25 | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo |
2007-04-25 | [NET]: convert network timestamps to ktime_t | Eric Dumazet |
2007-03-07 | [NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragment... | Patrick McHardy |
2007-03-05 | [NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs | Patrick McHardy |
2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau |
2007-02-12 | [NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packets | Masahide NAKAMURA |
2007-02-12 | [NETFILTER]: Kconfig: improve dependency handling | Patrick McHardy |
2007-02-12 | [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption | Patrick McHardy |
2007-02-12 | [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot... | Patrick McHardy |
2007-02-12 | [NETFILTER]: nf_log: minor cleanups | Patrick McHardy |
2007-02-10 | [NET] IPV6: Fix whitespace errors. | YOSHIFUJI Hideaki |
2007-02-08 | [NETFILTER]: ip6_tables: remove redundant structure definitions | Patrick McHardy |
2007-02-08 | [NETFILTER]: ip6_tables: support MH match | Masahide NAKAMURA |
2007-02-08 | [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct... | Jan Engelhardt |
2007-02-08 | [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions | Jan Engelhardt |
2007-02-08 | [NETFILTER]: x_tables: fix return values for LOG/ULOG | Jan Engelhardt |
2007-02-08 | [NETFILTER]: Remove useless comparisons before assignments | Jan Engelhardt |
2007-01-09 | [NETFILTER]: nf_conntrack_ipv6: fix crash when handling fragments | Patrick McHardy |
2006-12-17 | [NETFILTER] IPV6: Fix dependencies. | David S. Miller |
2006-12-13 | [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops | Al Viro |
2006-12-06 | [NETFILTER]: Fix {ip,ip6,arp}_tables hook validation | Dmitry Mishin |
2006-12-02 | [NETFILTER]: Mark old IPv4-only connection tracking scheduled for removal | Patrick McHardy |
2006-12-02 | [NETFILTER]: nf_conntrack: endian annotations | Patrick McHardy |
2006-12-02 | [NETFILTER]: Fix PROC_FS=n warnings | Patrick McHardy |
2006-12-02 | [NETFILTER]: x_tables: add NFLOG target | Patrick McHardy |
2006-12-02 | [NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules | Patrick McHardy |
2006-12-02 | [NETFILTER]: nf_conntrack: move extern declaration to header files | Patrick McHardy |
2006-12-02 | [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol | Martin Josefsson |
2006-12-02 | [IPV6]: Misc endianness annotations. | Al Viro |
2006-12-02 | [NET]: Supporting UDP-Lite (RFC 3828) in Linux | Gerrit Renker |
2006-12-02 | [NET]: Turn nfmark into generic mark | Thomas Graf |
2006-11-15 | [NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr() | Patrick McHardy |