aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-6/+6
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-1/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-99/+113
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal1-6/+6
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-3/+1
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal1-4/+21
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal1-2/+3
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng1-7/+14
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal1-34/+39
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal2-5/+1
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-2/+1
2017-04-13netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng1-1/+1
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal2-25/+16
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng1-10/+10
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+2
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+12
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-9/+10
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter1-2/+2
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2-8/+8
2017-03-08netfilter: nf_reject: remove unused variableTaehee Yoo1-3/+0
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal2-5/+4
2017-03-06netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King1-2/+0
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches1-13/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan2-2/+2
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-47/+31
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček2-2/+2
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal3-6/+3
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal4-8/+8
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal1-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-6/+6
2017-01-18netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann1-1/+6
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2-14/+9
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+2
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+1
2017-01-09arptables: use match, target and data copy_to_user helpersWillem de Bruijn1-10/+5
2017-01-09iptables: use match, target and data copy_to_user helpersWillem de Bruijn1-15/+6
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-11/+23
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-23netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long1-11/+23
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2-9/+12
2016-12-06netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang1-0/+2
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang1-1/+1
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2-6/+12
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2-8/+2
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2-4/+4