Age | Commit message (Expand) | Author |
2021-08-10 | netfilter: nf_queue: move hookfn registration out of struct net | Florian Westphal |
2021-08-09 | netfilter: x_tables: never register tables by default | Florian Westphal |
2021-08-05 | netfilter: ctnetlink: allow to filter dump by status bits | Florian Westphal |
2021-08-05 | netfilter: ctnetlink: add and use a helper for mark parsing | Florian Westphal |
2021-08-01 | netfilter: remove xt pernet data | Florian Westphal |
2021-08-01 | netfilter: flowtable: remove nf_ct_l4proto_find() call | Pablo Neira Ayuso |
2021-08-01 | netfilter: nft_compat: use nfnetlink_unicast() | Pablo Neira Ayuso |
2021-07-21 | net: ipv6: introduce ip6_dst_mtu_maybe_forward | Vadim Fedorenko |
2021-07-06 | netfilter: nft_last: incorrect arithmetics when restoring last used | Pablo Neira Ayuso |
2021-07-06 | netfilter: nft_last: honor NFTA_LAST_SET on restoration | Pablo Neira Ayuso |
2021-07-06 | netfilter: conntrack: Mark access for KCSAN | Manfred Spraul |
2021-07-06 | netfilter: conntrack: add new sysctl to disable RST check | Ali Abdallah |
2021-07-06 | netfilter: conntrack: improve RST handling when tuple is re-used | Ali Abdallah |
2021-07-02 | netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo | Vasily Averin |
2021-07-02 | netfilter: conntrack: nf_ct_gre_keymap_flush() removal | Vasily Averin |
2021-07-02 | netfilter: nf_tables: Fix dereference of null pointer flow | Colin Ian King |
2021-07-02 | netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state | Florian Westphal |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2021-06-22 | netfilter: nf_tables: do not allow to delete table with owner by handle | Pablo Neira Ayuso |
2021-06-22 | netfilter: nf_tables: skip netlink portID validation if zero | Pablo Neira Ayuso |
2021-06-21 | netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer... | Pablo Neira Ayuso |
2021-06-21 | netfilter: nf_tables: memleak in hw offload abort path | Pablo Neira Ayuso |
2021-06-21 | netfilter: nfnetlink_hook: fix check for snprintf() overflow | Dan Carpenter |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-18 | netfilter: conntrack: pass hook state to log functions | Florian Westphal |
2021-06-17 | netfilter: nf_tables: add last expression | Pablo Neira Ayuso |
2021-06-16 | netfilter: nft_extdhr: Drop pointless check of tprot_set | Phil Sutter |
2021-06-16 | netfilter: nft_exthdr: Search chunks in SCTP packets only | Phil Sutter |
2021-06-16 | netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols | Pablo Neira Ayuso |
2021-06-16 | netfilter: nft_osf: check for TCP packet before further processing | Pablo Neira Ayuso |
2021-06-16 | netfilter: nft_exthdr: check for IPv6 packet before further processing | Pablo Neira Ayuso |
2021-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2021-06-10 | netfilter: synproxy: Fix out of bounds when parsing TCP options | Maxim Mikityanskiy |
2021-06-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2021-06-09 | netfilter: nf_tables: move base hook annotation to init helper | Florian Westphal |
2021-06-09 | netfilter: nfnetlink_hook: add depends-on nftables | Florian Westphal |
2021-06-09 | netfilter: nfnetlink_hook: fix array index out-of-bounds error | Colin Ian King |
2021-06-09 | netfilter: nf_tables: initialize set before expression setup | Pablo Neira Ayuso |
2021-06-09 | netfilter: nft_exthdr: Fix for unsafe packet data read | Phil Sutter |
2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-06-07 | netfilter: add new hook nfnl subsystem | Florian Westphal |
2021-06-07 | netfilter: annotate nf_tables base hook ops | Florian Westphal |
2021-06-07 | netfilter: flowtable: Set offload timeouts according to proto values | Oz Shlomo |
2021-06-07 | netfilter: conntrack: Introduce udp offload timeout configuration | Oz Shlomo |
2021-06-07 | netfilter: conntrack: Introduce tcp offload timeout configuration | Oz Shlomo |
2021-06-07 | netfilter: nftables: add nf_ct_pernet() helper function | Pablo Neira Ayuso |
2021-06-07 | netfilter: nf_tables: remove nft_ctx_init_from_setattr() | Pablo Neira Ayuso |
2021-06-07 | netfilter: nf_tables: remove nft_ctx_init_from_elemattr() | Pablo Neira Ayuso |
2021-06-07 | netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it | Pablo Neira Ayuso |