aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2007-04-25[NETFILTER]: nf_conntrack: switch protocol registration/unregistration to mutexPatrick McHardy
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy
2007-04-25[NETFILTER]: x_tables: remove duplicate of xt_prefixTobias Klauser
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[NET] NETFILTER: Use htonl() where appropriate.YOSHIFUJI Hideaki
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger
2007-03-22[NETFILTER]: nf_conntrack_netlink: add missing dependency on NF_NATPatrick McHardy
2007-03-07[NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy
2007-03-07[NETFILTER]: nfnetlink_log: zero-terminate prefixPatrick McHardy
2007-03-05[NETFILTER]: nfnetlink_log: fix reference countingMichal Miroslaw
2007-03-05[NETFILTER]: nfnetlink_log: fix module reference countingPatrick McHardy
2007-03-05[NETFILTER]: nfnetlink_log: fix possible NULL pointer dereferenceMichal Miroslaw
2007-03-05[NETFILTER]: nfnetlink_log: fix NULL pointer dereferenceMichal Miroslaw
2007-03-05[NETFILTER]: nfnetlink_log: fix use after freeMichal Miroslaw
2007-03-05[NETFILTER]: nfnetlink_log: fix reference leakMichal Miroslaw
2007-03-05[NETFILTER]: tcp conntrack: accept SYN|URG as validPatrick McHardy
2007-03-05[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy
2007-03-05[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loopsPatrick McHardy
2007-02-28[NET]: Handle disabled preemption in gfp_any()Patrick McHardy
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[NETFILTER]: nf_conntrack_tcp: make sysctl variables staticPatrick McHardy
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki
2007-02-12[NETFILTER]: Kconfig: improve dependency handlingPatrick McHardy
2007-02-12[NETFILTER]: xt_mac/xt_CLASSIFY: use IPv6 hook names for IPv6 registrationPatrick McHardy
2007-02-12[NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to voidPatrick McHardy
2007-02-12[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callbackPatrick McHardy
2007-02-12[NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumptionPatrick 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 cleanupsPatrick McHardy
2007-02-12[NETFILTER]: nf_log: switch logger registration/unregistration to mutexPatrick McHardy
2007-02-12[NETFILTER]: nf_log: make nf_log_unregister_pf return voidPatrick McHardy
2007-02-12[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointerPatrick McHardy
2007-02-12[NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutexPatrick McHardy
2007-02-12[NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutexPatrick McHardy
2007-02-12[NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hookPatrick McHardy
2007-02-12[NETFILTER]: Properly use RCU in nf_ct_attachPatrick McHardy
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2007-02-08[NETFILTER]: add IPv6-capable TCPMSS targetPatrick McHardy
2007-02-08[NET]: Add UDPLITE support in a few missing spotsPatrick McHardy
2007-02-08[NETFILTER]: Remove useless comparisons before assignmentsJan Engelhardt
2007-02-08[NETFILTER]: tcp conntrack: do liberal tracking for picked up connectionsPatrick McHardy
2007-02-08[NETFILTER]: Add SANE connection tracking helperMichal Schmidt
2007-02-02[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_...Adrian Bunk
2007-02-02[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=nPatrick McHardy