index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: ipset: Rework long task execution when adding/deleting entries
Jozsef Kadlecsik
2023-01-02
1
-1
/
+1
*
netfilter: ipset: Add support for new bitmask parameter
Vishwanath Pai
2022-11-30
1
-0
/
+10
*
netfilter: h323: merge nat hook pointers into one
Florian Westphal
2022-07-11
1
-53
/
+56
*
netfilter: nf_conntrack: add missing __rcu annotations
Florian Westphal
2022-07-11
1
-1
/
+1
*
netfilter: conntrack: pptp: use single option structure
Florian Westphal
2022-02-04
1
-21
/
+17
*
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
2022-01-09
1
-0
/
+2
*
netfilter: conntrack: convert to refcount_t api
Florian Westphal
2022-01-09
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-09-03
1
-0
/
+1
|
\
|
*
netfilter: refuse insertion if chain has grown too large
Florian Westphal
2021-08-30
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-0
/
+3
|
\
|
|
*
netfilter: ipset: Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-08-04
1
-0
/
+3
*
|
netfilter: x_tables: never register tables by default
Florian Westphal
2021-08-09
1
-3
/
+3
|
/
*
netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
Pablo Neira Ayuso
2021-06-07
1
-0
/
+1
*
netfilter: x_tables: reduce xt_action_param by 8 byte
Florian Westphal
2021-05-29
1
-1
/
+1
*
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
1
-6
/
+6
*
netfilter: nfnetlink: consolidate callback types
Pablo Neira Ayuso
2021-04-26
1
-6
/
+10
*
netfilter: nfnetlink: pass struct nfnl_info to batch callbacks
Pablo Neira Ayuso
2021-04-26
1
-4
/
+2
*
netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
Pablo Neira Ayuso
2021-04-26
1
-4
/
+2
*
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
Pablo Neira Ayuso
2021-04-26
1
-4
/
+9
*
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
1
-0
/
+3
*
netfilter: x_tables: add xt_find_table
Florian Westphal
2021-04-26
1
-0
/
+1
*
netfilter: nfnetlink: add and use nfnetlink_broadcast
Florian Westphal
2021-04-06
1
-0
/
+2
*
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
2021-03-31
1
-0
/
+27
*
netfilter: ipset: Remove duplicate declaration
Wan Jiabing
2021-03-31
1
-2
/
+0
*
netfilter: x_tables: Use correct memory barriers.
Mark Tomlinson
2021-03-15
1
-1
/
+1
*
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
2021-03-15
1
-4
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-1
/
+4
|
\
|
*
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2020-12-08
1
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-06
1
-1
/
+8
|
\
|
|
*
netfilter: nf_tables: missing validation from the abort path
Pablo Neira Ayuso
2020-10-30
1
-1
/
+8
*
|
netfilter: ipset: Add bucketsize parameter to all hash types
Jozsef Kadlecsik
2020-10-31
1
-0
/
+5
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-09-09
1
-1
/
+1
|
\
|
*
netfilter: conntrack: add clash resolution stat counter
Florian Westphal
2020-08-28
1
-0
/
+1
|
*
netfilter: conntrack: remove ignore stats
Florian Westphal
2020-08-28
1
-1
/
+0
*
|
netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS
Pablo Neira Ayuso
2020-08-28
1
-2
/
+1
*
|
netfilter: conntrack: allow sctp hearbeat after connection re-use
Florian Westphal
2020-08-20
1
-0
/
+2
|
/
*
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-24
1
-2
/
+2
*
netfilter: remove the compat argument to xt_copy_counters_from_user
Christoph Hellwig
2020-07-19
1
-1
/
+1
*
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
Pablo Neira Ayuso
2020-05-27
1
-1
/
+1
*
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
2020-05-25
1
-1
/
+1
*
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-15
2
-5
/
+5
*
netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
Jozsef Kadlecsik
2020-02-22
1
-1
/
+10
*
netfilter: nf_tables: autoload modules from the abort path
Pablo Neira Ayuso
2020-01-24
1
-1
/
+1
*
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
2020-01-20
1
-7
/
+0
*
netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.
Jeremy Sowden
2019-10-07
1
-3
/
+0
*
netfilter: ipset: move function to ip_set_bitmap_ip.c.
Jeremy Sowden
2019-10-07
1
-14
/
+0
*
netfilter: ipset: make ip_set_put_flags extern.
Jeremy Sowden
2019-10-07
1
-22
/
+1
*
netfilter: ipset: move functions to ip_set_core.c.
Jeremy Sowden
2019-10-07
1
-102
/
+0
*
netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.
Jeremy Sowden
2019-10-07
1
-61
/
+2
*
netfilter: ipset: add a coding-style fix to ip_set_ext_destroy.
Jeremy Sowden
2019-10-07
1
-3
/
+5
[next]