summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2015-09-02netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-28netfilter: reduce sparse warningsFlorian Westphal
2015-08-28Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal
2015-08-27ipv6: Export nf_ct_frag6_gather()Joe Stringer
2015-08-26netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz
2015-08-21netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-08-18net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-17netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann
2015-08-17netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso
2015-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-04netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal
2015-07-27inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2015-07-15netfilter: xtables: remove __pure annotationFlorian Westphal
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-22netfilter: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal