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.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
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2012-07-17
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
David S. Miller
1
-2
/
+2
2012-07-17
ipvs: fix oops in ip_vs_dst_event on rmmod
Julian Anastasov
1
-2
/
+3
2012-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2012-07-11
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-2
/
+2
2012-07-09
netfilter: ipset: timeout fixing bug broke SET target special timeout value
Jozsef Kadlecsik
1
-1
/
+3
2012-07-08
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
11
-243
/
+483
2012-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-36
/
+26
2012-07-04
netfilter: nfnetlink_queue: do not allow to set unsupported flag bits
Krishna Kumar
1
-0
/
+5
2012-07-04
netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg
Tomasz Bursztyka
1
-1
/
+3
2012-07-04
netfilter: nf_ct_tcp: missing per-net support for cttimeout
Pablo Neira Ayuso
1
-1
/
+1
2012-07-04
netfilter: nf_conntrack: generalize nf_ct_l4proto_net
Pablo Neira Ayuso
4
-16
/
+26
2012-06-30
netlink: add nlk->netlink_bind hook for module auto-loading
Pablo Neira Ayuso
1
-0
/
+29
2012-06-30
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
1
-2
/
+5
2012-06-29
netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg
Tomasz Bursztyka
1
-1
/
+3
2012-06-29
netfilter: ipset: fix crash if IPSET_CMD_NONE command is sent
Tomasz Bursztyka
1
-0
/
+12
2012-06-27
netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table function
Gao feng
1
-24
/
+30
2012-06-27
netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table function
Gao feng
1
-8
/
+31
2012-06-27
netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_init
Gao feng
1
-43
/
+22
2012-06-27
netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table function
Gao feng
1
-17
/
+26
2012-06-27
netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_init
Gao feng
1
-42
/
+23
2012-06-27
netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_init
Gao feng
1
-50
/
+21
2012-06-27
netfilter: nf_conntrack: fix memory leak if sysctl registration fails
Gao feng
1
-2
/
+5
2012-06-27
netfilter: nf_conntrack: use l4proto->users as refcount for per-net data
Gao feng
1
-30
/
+46
2012-06-27
netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_table
Gao feng
1
-2
/
+1
2012-06-27
netfilter: nf_conntrack: prepare l4proto->init_net cleanup
Gao feng
8
-12
/
+13
2012-06-27
netfilter: nf_conntrack: fix nf_conntrack_l3proto_register
Gao feng
1
-13
/
+23
2012-06-27
netfilter: ctnetlink: add new messages to obtain statistics
Pablo Neira Ayuso
1
-1
/
+226
2012-06-27
netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT().
David S. Miller
1
-9
/
+13
2012-06-27
netfilter: nfnetlink_log: Move away from NLMSG_PUT().
David S. Miller
1
-13
/
+16
2012-06-25
netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6
Eric Dumazet
1
-7
/
+7
2012-06-25
netfilter: ipset: fix interface comparision in hash-netiface sets
Florian Westphal
1
-28
/
+4
2012-06-23
netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=n
Pablo Neira Ayuso
1
-1
/
+1
2012-06-23
netfilter: nfnetlink_queue: fix sparse warning due to missing include
Pablo Neira Ayuso
1
-0
/
+1
2012-06-22
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...
Pablo Neira Ayuso
3
-7
/
+7
2012-06-20
netfilter: nfq_ct_hook needs __rcu and __read_mostly
Pablo Neira Ayuso
1
-1
/
+1
2012-06-19
netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled
Pablo Neira Ayuso
5
-47
/
+121
2012-06-19
netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset
Pablo Neira Ayuso
2
-9
/
+13
2012-06-19
netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...
Pablo Neira Ayuso
1
-1
/
+7
2012-06-19
netfilter: ctnetlink: fix NULL dereference while trying to change helper
Pablo Neira Ayuso
1
-10
/
+3
2012-06-17
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
18
-112
/
+1022
2012-06-16
netfilter: add user-space connection tracking helper infrastructure
Pablo Neira Ayuso
4
-4
/
+698
2012-06-16
netfilter: ctnetlink: add CTA_HELP_INFO attribute
Pablo Neira Ayuso
1
-5
/
+18
2012-06-16
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
Pablo Neira Ayuso
2
-8
/
+15
2012-06-16
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
Pablo Neira Ayuso
3
-1
/
+195
2012-06-16
netfilter: nf_ct_helper: implement variable length helper private data
Pablo Neira Ayuso
10
-62
/
+81
2012-06-16
netfilter: nf_ct_ext: support variable length extensions
Pablo Neira Ayuso
1
-7
/
+9
2012-06-16
netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names
Pablo Neira Ayuso
5
-29
/
+10
2012-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-34
/
+43
2012-06-12
netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabled
Pablo Neira Ayuso
2
-3
/
+3
[next]