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
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-10
netfilter: nf_tables: release chain in flushing set
Taehee Yoo
1
-0
/
+1
2018-10-10
netfilter: xt_cluster: add dependency on conntrack module
Martin Willi
1
-1
/
+13
2018-09-15
netfilter: fix memory leaks on netlink_dump_start error
Florian Westphal
2
-25
/
+30
2018-09-15
ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
Tan Hu
1
-4
/
+11
2018-09-05
netfilter: nf_tables: don't allow to rename to already-pending name
Florian Westphal
1
-13
/
+29
2018-09-05
netfilter: nf_tables: fix memory leaks on chain rename
Florian Westphal
1
-6
/
+11
2018-09-05
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
Taehee Yoo
1
-0
/
+1
2018-08-24
netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
Florian Westphal
1
-4
/
+4
2018-08-24
netfilter: nf_conntrack: Fix possible possible crash on module loading.
Andrey Ryabinin
1
-1
/
+1
2018-08-24
netfilter: nft_compat: explicitly reject ERROR and standard target
Florian Westphal
1
-0
/
+13
2018-08-24
netfilter: nf_log: fix uninit read in nf_log_proc_dostring
Jann Horn
1
-0
/
+4
2018-08-24
netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister
Gao Feng
1
-0
/
+5
2018-08-03
netfilter: nf_tables: check msg_type before nft_trans_set(trans)
Alexey Kodanev
1
-5
/
+6
2018-08-03
netfilter: ipset: forbid family for hash:mac sets
Florent Fourcot
1
-1
/
+4
2018-07-17
netfilter: nf_queue: augment nfqa_cfg_policy
Eric Dumazet
1
-0
/
+3
2018-07-11
netfilter: nf_log: don't hold nf_log_mutex during user access
Jann Horn
1
-3
/
+6
2018-07-08
ipvs: fix buffer overflow with sync daemon and service
Julian Anastasov
1
-6
/
+15
2018-07-08
netfilter: nft_limit: fix packet ratelimiting
Pablo Neira Ayuso
1
-14
/
+24
2018-07-08
netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
Taehee Yoo
1
-1
/
+2
2018-07-08
netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
Taehee Yoo
1
-1
/
+1
2018-07-08
netfilter: nf_tables: add missing netlink attrs to policies
Florian Westphal
1
-0
/
+3
2018-07-08
netfilter: nf_tables: fix memory leak on error exit return
Colin Ian King
1
-2
/
+4
2018-07-08
netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()
Taehee Yoo
1
-1
/
+3
2018-07-08
netfilter: nf_tables: disable preemption in nft_update_chain_stats()
Pablo Neira Ayuso
1
-2
/
+2
2018-07-08
netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
Taehee Yoo
1
-6
/
+8
2018-07-08
netfilter: nf_tables: bogus EBUSY in chain deletions
Pablo Neira Ayuso
2
-7
/
+54
2018-07-08
netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
Florian Westphal
1
-7
/
+14
2018-07-08
netfilter: nft_compat: fix handling of large matchinfo size
Florian Westphal
1
-1
/
+63
2018-07-08
netfilter: nft_compat: prepare for indirect info storage
Florian Westphal
1
-11
/
+36
2018-07-08
netfilter: nf_tables: nft_compat: fix refcount leak on xt module
Florian Westphal
1
-34
/
+58
2018-06-21
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
Taehee Yoo
1
-1
/
+1
2018-06-16
netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
Taehee Yoo
1
-8
/
+12
2018-05-30
ipvs: remove IPS_NAT_MASK check to fix passive FTP
Julian Anastasov
1
-1
/
+1
2018-05-22
netfilter: nf_tables: can't fail after linking rule into active rule list
Florian Westphal
1
-27
/
+32
2018-05-22
netfilter: nf_tables: free set name in error path
Florian Westphal
1
-3
/
+5
2018-05-16
ipvs: fix rtnl_lock lockups caused by start_sync_thread
Julian Anastasov
2
-83
/
+80
2018-04-26
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
1
-0
/
+3
2018-04-26
netfilter: compat: reject huge allocation requests
Florian Westphal
1
-8
/
+18
2018-04-26
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
1
-1
/
+3
2018-04-26
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
1
-0
/
+15
2018-04-26
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
1
-1
/
+2
2018-04-26
netfilter: x_tables: fix pointer leaks to userspace
Dmitry Vyukov
5
-2
/
+5
2018-04-19
netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...
Jozsef Kadlecsik
1
-0
/
+2
2018-04-08
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
3
-9
/
+43
2018-04-08
netfilter: x_tables: make allocation less aggressive
Michal Hocko
1
-1
/
+6
2018-03-15
netfilter: IDLETIMER: be syzkaller friendly
Eric Dumazet
1
-3
/
+6
2018-03-15
netfilter: nat: cope with negative port range
Paolo Abeni
1
-2
/
+5
2018-03-15
netfilter: x_tables: fix missing timer initialization in xt_LED
Paolo Abeni
1
-6
/
+6
2018-03-15
netfilter: xt_hashlimit: fix lock imbalance
Eric Dumazet
1
-1
/
+1
2018-03-03
netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()
Hangbin Liu
1
-2
/
+4
[next]