index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: ipvs: make global sysctl readonly in non-init netns
Antoine Tenart
2021-10-14
1
-0
/
+5
*
netfilter: nf_tables: skip netdev events generated on netns removal
Florian Westphal
2021-10-07
1
-6
/
+3
*
netfilter: Kconfig: use 'default y' instead of 'm' for bool config option
Vegard Nossum
2021-10-07
1
-1
/
+1
*
netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value
Juhee Kang
2021-10-07
1
-1
/
+1
*
netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
Pablo Neira Ayuso
2021-10-02
2
-13
/
+36
*
netfilter: nf_tables: reverse order in rule replacement expansion
Pablo Neira Ayuso
2021-09-28
1
-6
/
+4
*
netfilter: nf_tables: add position handle in event notification
Pablo Neira Ayuso
2021-09-28
1
-9
/
+25
*
netfilter: conntrack: serialize hash resizes and cleanups
Eric Dumazet
2021-09-21
1
-33
/
+37
*
netfilter: log: work around missing softdep backend module
Florian Westphal
2021-09-21
3
-3
/
+34
*
netfilter: nf_nat_masquerade: defer conntrack walk to work queue
Florian Westphal
2021-09-21
1
-26
/
+24
*
netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
Florian Westphal
2021-09-21
1
-47
/
+75
*
netfilter: nf_tables: Fix oversized kvmalloc() calls
Pablo Neira Ayuso
2021-09-21
1
-1
/
+1
*
netfilter: nf_tables: unlink table before deleting it
Florian Westphal
2021-09-21
1
-10
/
+18
*
netfilter: nat: include zone id in nat table hash again
Florian Westphal
2021-09-21
1
-5
/
+12
*
netfilter: conntrack: include zone id in tuple hash again
Florian Westphal
2021-09-21
1
-15
/
+52
*
netfilter: conntrack: make max chain length random
Florian Westphal
2021-09-21
1
-6
/
+11
*
ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
Andrea Claudi
2021-09-14
1
-0
/
+4
*
netfilter: ipset: Fix oversized kvmalloc() calls
Jozsef Kadlecsik
2021-09-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-09-03
6
-51
/
+112
|
\
|
*
netfilter: refuse insertion if chain has grown too large
Florian Westphal
2021-08-30
3
-10
/
+40
|
*
netfilter: conntrack: switch to siphash
Florian Westphal
2021-08-30
3
-24
/
+50
|
*
netfilter: conntrack: sanitize table size default settings
Florian Westphal
2021-08-30
1
-16
/
+14
|
*
netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutex
Pavel Skripkin
2021-08-11
1
-1
/
+8
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-30
1
-1
/
+1
|
\
\
|
*
|
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
1
-1
/
+1
*
|
|
netfilter: add netfilter hooks to SRv6 data plane
Ryoga Saito
2021-08-30
3
-0
/
+71
*
|
|
netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}
Pablo Neira Ayuso
2021-08-25
1
-0
/
+6
*
|
|
netfilter: ecache: remove nf_exp_event_notifier structure
Florian Westphal
2021-08-25
2
-67
/
+6
*
|
|
netfilter: ecache: prepare for event notifier merge
Florian Westphal
2021-08-25
2
-36
/
+12
*
|
|
netfilter: ecache: add common helper for nf_conntrack_eventmask_report
Florian Westphal
2021-08-25
1
-68
/
+56
*
|
|
netfilter: ecache: remove another indent level
Florian Westphal
2021-08-25
1
-16
/
+18
*
|
|
netfilter: ecache: remove one indent level
Florian Westphal
2021-08-25
2
-31
/
+35
*
|
|
net: Fix offloading indirect devices dependency on qdisc order creation
Eli Cohen
2021-08-19
2
-0
/
+2
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
16
-83
/
+133
|
\
|
|
*
netfilter: nfnetlink_hook: translate inet ingress to netdev
Pablo Neira Ayuso
2021-08-06
1
-1
/
+7
|
*
netfilter: conntrack: remove offload_pickup sysctl again
Florian Westphal
2021-08-06
4
-21
/
+8
|
*
netfilter: nfnetlink_hook: Use same family as request message
Pablo Neira Ayuso
2021-08-06
1
-3
/
+3
|
*
netfilter: nfnetlink_hook: use the sequence number of the request message
Pablo Neira Ayuso
2021-08-06
1
-1
/
+2
|
*
netfilter: nfnetlink_hook: missing chain family
Pablo Neira Ayuso
2021-08-06
1
-2
/
+6
|
*
netfilter: nfnetlink_hook: strip off module name from hookfn
Pablo Neira Ayuso
2021-08-06
1
-0
/
+1
|
*
netfilter: conntrack: collect all entries in one cycle
Florian Westphal
2021-08-06
1
-49
/
+22
|
*
netfilter: ipset: Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-08-04
10
-7
/
+85
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-08-11
7
-72
/
+165
|
\
\
|
*
|
netfilter: nf_queue: move hookfn registration out of struct net
Florian Westphal
2021-08-10
2
-12
/
+22
|
*
|
netfilter: x_tables: never register tables by default
Florian Westphal
2021-08-09
1
-18
/
+80
|
*
|
netfilter: ctnetlink: allow to filter dump by status bits
Florian Westphal
2021-08-05
1
-1
/
+33
|
*
|
netfilter: ctnetlink: add and use a helper for mark parsing
Florian Westphal
2021-08-05
1
-15
/
+27
|
*
|
netfilter: remove xt pernet data
Florian Westphal
2021-08-01
1
-11
/
+0
|
*
|
netfilter: flowtable: remove nf_ct_l4proto_find() call
Pablo Neira Ayuso
2021-08-01
1
-10
/
+0
|
*
|
netfilter: nft_compat: use nfnetlink_unicast()
Pablo Neira Ayuso
2021-08-01
1
-5
/
+3
[next]