index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-25
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
1
-1
/
+5
2018-02-25
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
1
-3
/
+13
2017-12-25
netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
Gao Feng
1
-18
/
+1
2017-10-08
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
Liping Zhang
1
-0
/
+1
2017-02-08
netfilter: Fix switch statement warnings with recent gcc.
David Miller
1
-0
/
+2
2016-08-03
netfilter: x_tables: speed up jump target validation
Florian Westphal
2
-44
/
+49
2016-07-12
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
2
-86
/
+10
2016-07-12
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
2
-210
/
+50
2016-07-12
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
2
-29
/
+14
2016-07-12
netfilter: ip_tables: simplify translate_compat_table args
Florian Westphal
1
-36
/
+25
2016-07-12
netfilter: arp_tables: simplify translate_compat_table args
Florian Westphal
1
-46
/
+36
2016-07-12
netfilter: x_tables: check for bogus target offset
Florian Westphal
2
-4
/
+6
2016-07-12
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
2
-2
/
+4
2016-07-12
netfilter: x_tables: kill check_entry helper
Florian Westphal
2
-23
/
+16
2016-07-12
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
2
-21
/
+2
2016-07-12
netfilter: x_tables: validate targets of jumps
Florian Westphal
2
-0
/
+32
2016-07-12
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
2
-3
/
+9
2016-07-12
netfilter: x_tables: fix unconditional helper
Florian Westphal
2
-21
/
+20
2016-07-12
netfilter: x_tables: make sure e->next_offset covers remaining blob size
Florian Westphal
2
-4
/
+8
2016-07-12
netfilter: x_tables: validate e->target_offset early
Florian Westphal
2
-18
/
+16
2016-07-12
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
1
-2
/
+10
2014-11-10
netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval
Daniel Borkmann
1
-0
/
+1
2014-10-31
netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions
Pablo Neira Ayuso
1
-26
/
+62
2014-10-13
netfilter: nf_tables: restrict nat/masq expressions to nat chain type
Pablo Neira Ayuso
1
-0
/
+1
2014-10-11
netfilter: missing module license in the nf_reject_ipvX modules
Pablo Neira Ayuso
1
-0
/
+3
2014-10-03
netfilter: nft_masq: register/unregister notifiers on module init/exit
Arturo Borrero
1
-23
/
+11
2014-10-02
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
2
-2
/
+2
2014-10-02
netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
Pablo Neira Ayuso
3
-0
/
+136
2014-10-02
netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
Pablo Neira Ayuso
1
-1
/
+0
2014-09-12
netfilter: masquerading needs to be independent of x_tables in Kconfig
Pablo Neira Ayuso
1
-12
/
+15
2014-09-12
netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT
Pablo Neira Ayuso
1
-10
/
+9
2014-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-418
/
+536
2014-09-09
netfilter: nf_tables: add new nft_masq expression
Arturo Borrero
3
-0
/
+96
2014-09-09
netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables
Arturo Borrero
4
-99
/
+170
2014-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-48
/
+56
2014-09-02
netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core
Pablo Neira Ayuso
1
-120
/
+37
2014-09-02
netfilter: nat: move specific NAT IPv4 to core
Pablo Neira Ayuso
2
-199
/
+233
2014-08-23
net: use reciprocal_scale() helper
Daniel Borkmann
1
-1
/
+1
2014-08-18
netfilter: move NAT Kconfig switches out of the iptables scope
Pablo Neira Ayuso
2
-48
/
+56
2014-07-25
netfilter: kill remnants of ulog targets
Paul Bolle
1
-1
/
+0
2014-07-25
netfilter: nf_conntrack: remove exceptional & on function name
Himangi Saraogi
1
-1
/
+1
2014-06-30
netfilter: use IS_ENABLED() macro
Duan Jiong
6
-10
/
+14
2014-06-28
netfilter: fix several Kconfig problems in NF_LOG_*
Pablo Neira Ayuso
1
-10
/
+10
2014-06-27
netfilter: add generic ARP packet logger
Pablo Neira Ayuso
3
-0
/
+155
2014-06-27
netfilter: log: nf_log_packet() as real unified interface
Pablo Neira Ayuso
1
-7
/
+7
2014-06-27
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
3
-0
/
+393
2014-06-25
netfilter: kill ulog targets
Pablo Neira Ayuso
2
-517
/
+0
2014-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-20
/
+6
2014-05-12
net: rename local_df to ignore_df
WANG Cong
1
-1
/
+1
2014-05-04
netfilter: ipv4: defrag: set local_df flag on defragmented skb
Florian Westphal
1
-2
/
+3
[next]