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
2014-11-21
netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()
Arturo Borrero
1
-1
/
+1
2014-11-21
netfilter: nf_log: release skbuff on nlmsg put failure
Houcheng Lin
1
-9
/
+8
2014-11-21
netfilter: nfnetlink_log: fix maximum packet length logged to userspace
Florian Westphal
1
-3
/
+5
2014-11-21
netfilter: nf_log: account for size of NLMSG_DONE attribute
Florian Westphal
1
-3
/
+3
2014-11-21
netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocation
Sabrina Dubroca
1
-2
/
+2
2014-11-21
netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
Dan Carpenter
1
-1
/
+1
2014-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-8
/
+71
2014-09-07
netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'
Pablo Neira Ayuso
1
-0
/
+1
2014-09-05
netfilter: add explicit Kconfig for NETFILTER_XT_NAT
Pablo Neira Ayuso
1
-0
/
+8
2014-09-03
netfilter: nfnetlink: deliver netlink errors on batch completion
Pablo Neira Ayuso
1
-1
/
+63
2014-09-03
netfilter: nft_rbtree: no need for spinlock from set destroy path
Pablo Neira Ayuso
1
-2
/
+0
2014-09-03
netfilter: nft_hash: no need for rcu in the hash set destroy path
Pablo Neira Ayuso
1
-5
/
+7
2014-09-01
netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*
Pablo Neira Ayuso
1
-1
/
+3
2014-08-28
ipvs: fix ipv6 hook registration for local replies
Julian Anastasov
1
-1
/
+1
2014-08-27
ipvs: properly declare tunnel encapsulation
Julian Anastasov
1
-4
/
+16
2014-08-25
netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL
Zhouyi Zhou
1
-3
/
+3
2014-08-19
netfilter: nf_tables: nat expression must select CONFIG_NF_NAT
Pablo Neira Ayuso
1
-1
/
+1
2014-08-19
netfilter: x_tables: allow to use default cgroup match
Daniel Borkmann
1
-1
/
+1
2014-08-18
netfilter: move NAT Kconfig switches out of the iptables scope
Pablo Neira Ayuso
1
-1
/
+1
2014-08-08
netfilter: nf_tables: fix error return code
Julia Lawall
1
-1
/
+3
2014-08-08
netfilter: don't use mutex_lock_interruptible()
Pablo Neira Ayuso
4
-65
/
+20
2014-08-08
netfilter: nf_tables: don't update chain with unset counters
Pablo Neira Ayuso
1
-0
/
+3
2014-08-08
netfilter: nf_tables: uninitialize element key/data from the commit path
Pablo Neira Ayuso
1
-12
/
+11
2014-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+9
2014-08-02
nftables: Convert nft_hash to use generic rhashtable
Thomas Graf
1
-236
/
+55
2014-08-02
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-3
/
+3
2014-08-01
netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key
Thomas Graf
1
-0
/
+1
2014-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-126
/
+58
2014-07-31
netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute
Pablo Neira Ayuso
1
-0
/
+6
2014-07-31
netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...
Alexey Perevalov
1
-3
/
+5
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2014-07-30
netfilter: nfnetlink_acct: dump unmodified nfacct flags
Alexey Perevalov
1
-1
/
+3
2014-07-25
netfilter: xt_LED: fix too short led-always-blink
Jiri Prchal
1
-3
/
+7
2014-07-25
netfilter: xt_LED: don't output error message redundantly
Duan Jiong
1
-3
/
+1
2014-07-24
netfilter: xt_hashlimit: perform garbage collection from process context
Eric Dumazet
1
-15
/
+16
2014-07-22
netfilter: nf_tables: simplify set dump through netlink
Pablo Neira Ayuso
1
-104
/
+27
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-55
/
+95
2014-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
20
-1101
/
+527
2014-07-17
ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
Alex Gartrell
1
-1
/
+1
2014-07-16
ipvs: Remove dead debug code
Yannick Brosseau
1
-86
/
+0
2014-07-16
ipvs: remove null test before kfree
Fabian Frederick
1
-2
/
+1
2014-07-16
ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack
Julian Anastasov
1
-1
/
+0
2014-07-14
netfilter: nf_tables: 64bit stats need some extra synchronization
Eric Dumazet
2
-8
/
+17
2014-07-14
netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stale
Pablo Neira Ayuso
1
-7
/
+23
2014-07-14
netfilter: nf_tables: safe RCU iteration on list when dumping
Pablo Neira Ayuso
1
-41
/
+53
2014-06-30
netfilter: nf_tables: skip transaction if no update flags in tables
Pablo Neira Ayuso
1
-0
/
+3
2014-06-30
netfilter: use IS_ENABLED() macro
Duan Jiong
7
-7
/
+7
2014-06-29
netfilter: nft_log: fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2014-06-28
netfilter: xt_LOG: add missing string format in nf_log_packet()
Pablo Neira Ayuso
1
-1
/
+1
2014-06-28
netfilter: fix several Kconfig problems in NF_LOG_*
Pablo Neira Ayuso
1
-6
/
+4
[next]