index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-16
ipvs: use skb_to_full_sk() helper
Eric Dumazet
1
-8
/
+8
2015-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
11
-98
/
+122
2015-11-11
netfilter: nf_tables: add clone interface to expression operations
Pablo Neira Ayuso
2
-10
/
+44
2015-11-11
netfilter: fix xt_TEE and xt_TPROXY dependencies
Arnd Bergmann
1
-3
/
+3
2015-11-11
netfilter: nfnetlink_log: work around uninitialized variable warning
Arnd Bergmann
1
-1
/
+1
2015-11-09
netfilter: nft_meta: use skb_to_full_sk() helper
Eric Dumazet
1
-16
/
+20
2015-11-09
netfilter: xt_owner: use skb_to_full_sk() helper
Eric Dumazet
1
-2
/
+4
2015-11-07
netfilter: ipset: Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
1
-4
/
+9
2015-11-07
netfilter: ipset: Fix hash:* type expiration
Jozsef Kadlecsik
1
-1
/
+1
2015-11-07
netfilter: ipset: Fix extension alignment
Jozsef Kadlecsik
7
-79
/
+64
2015-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-4
/
+6
2015-10-28
netfilter: nfnetlink: don't probe module if it exists
Florian Westphal
1
-1
/
+1
2015-10-27
netfilter: nf_nat_redirect: add missing NULL pointer check
Munehisa Kamata
1
-1
/
+1
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2015-10-22
netfilter: xt_TEE: fix NULL dereference
Eric Dumazet
1
-2
/
+4
2015-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
4
-9
/
+9
2015-10-17
netfilter: ipset: Fix sleeping memory allocation in atomic context
Nikolay Borisov
1
-1
/
+1
2015-10-16
netfilter: nf_queue: remove rcu_read_lock calls
Florian Westphal
1
-12
/
+4
2015-10-16
netfilter: make nf_queue_entry_get_refs return void
Florian Westphal
3
-18
/
+6
2015-10-16
netfilter: remove hook owner refcounting
Florian Westphal
4
-19
/
+0
2015-10-15
netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicity
Pablo Neira
1
-19
/
+24
2015-10-15
netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()
Pablo Neira Ayuso
1
-23
/
+5
2015-10-13
netfilter: sync with packet rx also after removing queue entries
Florian Westphal
1
-0
/
+2
2015-10-13
netfilter: nfqueue: don't use prev pointer
Florian Westphal
1
-4
/
+2
2015-10-13
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
1
-1
/
+1
2015-10-12
netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CON...
Ken-ichirou MATSUZAWA
1
-1
/
+10
2015-10-12
Merge tag 'ipvs4-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...
Pablo Neira Ayuso
2
-10
/
+6
2015-10-12
nfnetlink_cttimeout: add rcu_barrier() on module removal
Pablo Neira Ayuso
1
-0
/
+1
2015-10-12
netfilter: conntrack: fix crash on timeout object removal
Pablo Neira Ayuso
3
-5
/
+44
2015-10-12
netfilter: xt_CT: don't put back reference to timeout policy object
Pablo Neira Ayuso
1
-0
/
+3
2015-10-09
net/nfnetlink: lockdep_nfnl_is_held can be boolean
Yaowei Bai
1
-1
/
+1
2015-10-08
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
1
-2
/
+2
2015-10-08
ipv6: Merge ip6_local_out and ip6_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
1
-2
/
+2
2015-10-07
ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}
Simon Horman
1
-8
/
+5
2015-10-07
ipvs: Remove possibly unused variable from ip_vs_out
David Ahern
1
-2
/
+1
2015-10-05
netfilter: nfnetlink_log: allow to attach conntrack
Ken-ichirou MATSUZAWA
2
-9
/
+37
2015-10-05
netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct
Ken-ichirou MATSUZAWA
1
-1
/
+1
2015-10-05
netfilter: Kconfig rename QUEUE_CT to GLUE_CT
Ken-ichirou MATSUZAWA
2
-9
/
+9
2015-10-05
netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
Ken-ichirou MATSUZAWA
3
-47
/
+47
2015-10-05
netfilter: nfnetlink_queue: use y2038 safe timestamp
Pablo Neira Ayuso
1
-3
/
+4
2015-10-05
Merge tag 'ipvs3-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...
Pablo Neira Ayuso
1
-2
/
+0
2015-10-05
nfnetlink: use y2038 safe timestamp
Arnd Bergmann
1
-3
/
+3
2015-10-04
netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
Pablo Neira Ayuso
2
-1
/
+0
2015-10-04
netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
Pablo Neira Ayuso
5
-132
/
+95
2015-10-01
ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTL
Eric W. Biederman
1
-2
/
+0
2015-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
19
-519
/
+449
2015-09-29
ipv6: Pass struct net into ip6_route_me_harder
Eric W. Biederman
1
-1
/
+1
2015-09-29
ipv4: Pass struct net into ip_route_me_harder
Eric W. Biederman
1
-1
/
+1
[next]