summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-19netfilter: ipt_CLUSTERIP: do not hold devXin Long
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-05-29netfilter: ipt_CLUSTERIP: switch to nf_register_net_hookFlorian Westphal
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-13netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang
2017-03-08netfilter: nf_reject: remove unused variableTaehee Yoo
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal
2017-03-06netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-01-18netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn
2017-01-09arptables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-09iptables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang