summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-10-2631-496/+1063
|\ \ \ | |/ / |/| |
| * | netfilter: nf_tables_offload: unbind if multi-device binding failsPablo Neira Ayuso2019-10-261-2/+17
| * | netfilter: nf_tables_offload: add nft_flow_block_offload_init()Pablo Neira Ayuso2019-10-261-21/+21
| * | netfilter: nf_tables_offload: add nft_chain_offload_cmd()Pablo Neira Ayuso2019-10-261-5/+15
| * | netfilter: ecache: don't look for ecache extension on dying/unconfirmed connt...Florian Westphal2019-10-261-3/+3
| * | netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso2019-10-233-96/+289
| * | netfilter: nf_tables_offload: remove rules on unregistered device onlyPablo Neira Ayuso2019-10-231-13/+13
| * | netfilter: nf_tables_offload: add nft_flow_cls_offload_setup()Pablo Neira Ayuso2019-10-231-13/+24
| * | netfilter: nf_tables_offload: Pass callback list to nft_setup_cb_call()Pablo Neira Ayuso2019-10-231-4/+5
| * | netfilter: nf_tables_offload: add nft_flow_block_chain()Pablo Neira Ayuso2019-10-231-4/+11
| * | netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2019-10-231-1/+1
| * | netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso2019-10-231-0/+17
| * | netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2019-10-231-102/+151
| * | netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2019-10-231-5/+5
| * | netfilter: add and use nf_hook_slow_list()Florian Westphal2019-10-171-0/+20
| * | netfilter: conntrack: free extension area immediatelyFlorian Westphal2019-10-172-13/+10
| * | netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracksFlorian Westphal2019-10-171-26/+50
| * | Merge tag 'ipvs-next-for-v5.5' of https://git.kernel.org/pub/scm/linux/kernel...Pablo Neira Ayuso2019-10-173-34/+43
| |\ \
| | * | ipvs: batch __ip_vs_dev_cleanupHaishuang Yan2019-10-081-7/+12
| | * | ipvs: batch __ip_vs_cleanupHaishuang Yan2019-10-082-15/+25
| | * | ipvs: no need to update skb route entry for local destination packets.zhang kai2019-10-081-12/+6
| * | | netfilter: ecache: document extension area access rulesFlorian Westphal2019-10-171-2/+15
| |/ /
| * | netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-072-28/+27
| * | netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden2019-10-071-0/+12
| * | netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden2019-10-071-0/+24