summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-302-37/+82
|\
| * netfilter: ipt_CLUSTERIP: do not hold devXin Long2017-06-191-28/+73
| * netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-2/+2
| * netfilter: ipt_CLUSTERIP: switch to nf_register_net_hookFlorian Westphal2017-05-291-7/+7
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-6/+6
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1Star
|/
* sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-0110-99/+113
|\
| * netfilter: snmp: avoid stack size warningFlorian Westphal2017-05-011-6/+6
| * netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-3/+1Star
| * netfilter: pptp: attach nat extension when neededFlorian Westphal2017-04-261-4/+21
| * netfilter: masquerade: attach nat extension if not presentFlorian Westphal2017-04-261-2/+3
| * netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-7/+14
| * netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
| * netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-152-5/+1Star
| * netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-2/+1Star
| * netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
| * netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-072-25/+16Star
| * netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-161-1/+1
|\ \ | |/ |/|
| * netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng2017-04-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-18/+2Star
|\|
| * netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-03-271-18/+1Star
| * netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-244-13/+12Star
|\|
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
| * netfilter: don't track fragmented packetsFlorian Westphal2017-03-082-5/+4Star
* | netfilter: refcounter conversionsReshetova, Elena2017-03-171-9/+10
* | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-2/+2
* | netfilter: nf_reject: remove unused variableTaehee Yoo2017-03-081-3/+0Star
* | netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King2017-03-061-2/+0Star
* | netfilter: Use pr_cont where appropriateJoe Perches2017-03-061-13/+2Star
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-282-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-039-47/+31Star
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-022-2/+2
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-023-6/+3Star
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-024-8/+8
| * netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-021-1/+1
| * netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-6/+6
| * xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+1
| * arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5Star
| * iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6Star
* | netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
* | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-14/+9Star
* | netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-051-11/+23
|\ \ | |/ |/|
| * netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long2016-12-231-11/+23
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
|/
* netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2016-12-072-9/+12
* netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang2016-12-061-0/+2