summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-061-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-271-1/+1
|\
| * net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+3
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-2/+3
| |\
| | * net/netfilter: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+3
* | | netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso2019-11-201-0/+16
* | | netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso2019-11-201-0/+22
* | | netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2019-11-202-0/+10
* | | netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso2019-11-151-10/+14
* | | netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu2019-11-151-3/+11
* | | netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso2019-11-152-1/+64
* | | netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso2019-11-151-5/+21
* | | netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso2019-11-151-2/+1
* | | netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu2019-11-151-4/+4
* | | netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu2019-11-151-0/+3
* | | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-152-6/+119
* | | netfilter: nf_flow_table_offload: add flow_action_entry_next() and use itPablo Neira Ayuso2019-11-151-38/+38
* | | netfilter: nft_meta: use 64-bit time arithmeticArnd Bergmann2019-11-151-5/+5
* | | netfilter: xt_time: use time64_tArnd Bergmann2019-11-151-8/+11
* | | Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2019-11-131-5/+18
|\ \ \
| * | | netfilter: ipset: Add wildcard support to net,ifaceKristian Evensen2019-11-041-5/+18
* | | | netfilter: nft_payload: add C-VLAN supportPablo Neira Ayuso2019-11-131-7/+16
* | | | netfilter: nf_tables_offload: pass extack to nft_flow_cls_offload_setup()Pablo Neira Ayuso2019-11-131-4/+8
* | | | netfilter: nf_tables: add nft_payload_rebuild_vlan_hdr()Pablo Neira Ayuso2019-11-131-5/+14
* | | | netfilter: nft_payload: simplify vlan header handlingPablo Neira Ayuso2019-11-131-19/+9
* | | | netfilter: nft_meta: offload support for interface indexPablo Neira Ayuso2019-11-131-0/+4
* | | | netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-124-3/+792
* | | | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-122-2/+20
* | | | netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso2019-11-122-24/+69
* | | | netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso2019-11-121-15/+4
* | | | netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso2019-11-121-24/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-098-25/+45
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2019-11-044-17/+36
| |\ \ \ \
| | * | | | netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-11-043-13/+30
| | * | | | netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-11-041-1/+1
| | * | | | netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-11-041-3/+5
| * | | | | netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso2019-11-041-1/+2
| * | | | | netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso2019-11-041-0/+1
| * | | | | netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera2019-11-041-4/+2
| * | | | | netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso2019-11-042-3/+4
| |/ / / /
* | | | | icmp: remove duplicate codeMatteo Croce2019-11-052-10/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-028-27/+76
|\| | | | | |/ / / |/| | |
| * | | Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2019-10-265-25/+35
| |\ \ \
| | * | | ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-8/+7
| | * | | ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-10-245-17/+28
| * | | | netfilter: nft_payload: fix missing check for matching length in offloadswenxu2019-10-241-0/+38
| |/ / /
| * | | netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso2019-10-231-1/+1
| * | | netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso2019-10-231-1/+2
| |/ /
* | | net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-281-1/+1