aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski6-51/+112
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2021-08-30netfilter: refuse insertion if chain has grown too largeFlorian Westphal3-10/+40
2021-08-30netfilter: conntrack: switch to siphashFlorian Westphal3-24/+50
2021-08-30netfilter: conntrack: sanitize table size default settingsFlorian Westphal1-16/+14
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito3-0/+71
2021-08-25netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso1-0/+6
2021-08-25netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2-67/+6
2021-08-25netfilter: ecache: prepare for event notifier mergeFlorian Westphal2-36/+12
2021-08-25netfilter: ecache: add common helper for nf_conntrack_eventmask_reportFlorian Westphal1-68/+56
2021-08-25netfilter: ecache: remove another indent levelFlorian Westphal1-16/+18
2021-08-25netfilter: ecache: remove one indent levelFlorian Westphal2-31/+35
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2-0/+2
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-83/+133
2021-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-72/+165
2021-08-11netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutexPavel Skripkin1-1/+8
2021-08-10netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal2-12/+22
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal1-18/+80
2021-08-06netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso1-1/+7
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal4-21/+8
2021-08-06netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso1-3/+3
2021-08-06netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso1-1/+2
2021-08-06netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso1-2/+6
2021-08-06netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso1-0/+1
2021-08-06netfilter: conntrack: collect all entries in one cycleFlorian Westphal1-49/+22
2021-08-05net: Remove redundant if statementsYajun Deng2-18/+9
2021-08-05netfilter: ctnetlink: allow to filter dump by status bitsFlorian Westphal1-1/+33
2021-08-05netfilter: ctnetlink: add and use a helper for mark parsingFlorian Westphal1-15/+27
2021-08-04netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik10-7/+85
2021-08-01netfilter: remove xt pernet dataFlorian Westphal1-11/+0
2021-08-01netfilter: flowtable: remove nf_ct_l4proto_find() callPablo Neira Ayuso1-10/+0
2021-08-01netfilter: nft_compat: use nfnetlink_unicast()Pablo Neira Ayuso1-5/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+41
2021-07-23netfilter: nfnl_hook: fix unused variable warningArnd Bergmann1-0/+2
2021-07-23netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-07-23netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-07-23netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso1-7/+13
2021-07-23netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso1-1/+5
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-1/+1
2021-07-17netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu1-0/+12
2021-07-06netfilter: nft_last: incorrect arithmetics when restoring last usedPablo Neira Ayuso1-1/+1
2021-07-06netfilter: nft_last: honor NFTA_LAST_SET on restorationPablo Neira Ayuso1-2/+8
2021-07-06netfilter: conntrack: Mark access for KCSANManfred Spraul1-1/+9
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah2-1/+15
2021-07-06netfilter: conntrack: improve RST handling when tuple is re-usedAli Abdallah1-17/+36
2021-07-02netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin1-0/+3
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin3-21/+0
2021-07-02netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King1-1/+2
2021-07-02netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal1-0/+10