aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso4-5/+6
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert3-4/+4
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann1-1/+2
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-2/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann3-8/+8
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter1-1/+2
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso4-1/+118
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso3-0/+128
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal1-5/+2
2015-07-15netfilter: xtables: remove __pure annotationFlorian Westphal2-2/+2
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal1-1/+2
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2-25/+23
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2-17/+30
2015-07-02netfilter: arptables: use percpu jumpstackFlorian Westphal1-9/+16
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek1-1/+1
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2-4/+4
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso1-1/+2
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2-83/+31
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal2-9/+54
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+1
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal1-3/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+12
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones2-0/+12
2015-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+5
2015-05-17netfilter: synproxy: fix sparse errorsEric Dumazet1-2/+2
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso1-0/+5
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy3-14/+10
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+3
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+2
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso17-140/+88
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-1/+3
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2-7/+6
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller4-4/+4
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller6-19/+16
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller3-37/+28
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller14-100/+61
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2-2/+6
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso1-3/+3
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches1-1/+3
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso1-17/+21
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso1-0/+7
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal3-9/+34
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe1-4/+4
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-12/+119