index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2012-09-26
netfilter: xt_limit: have r->cost != 0 case work
Jan Engelhardt
-4
/
+4
2012-09-12
netfilter: log: Fix log-level processing
Joe Perches
-2
/
+2
2012-09-09
netfilter: Validate the sequence number of dataless ACK packets as well
Jozsef Kadlecsik
-8
/
+2
2012-09-09
netfilter: Mark SYN/ACK packets as invalid from original direction
Jozsef Kadlecsik
-11
/
+8
2012-09-06
netfilter: take care of timewait sockets
Eric Dumazet
-22
/
+25
2012-08-31
netfilter: nf_conntrack: fix racy timer handling with reliable events
Pablo Neira Ayuso
-5
/
+11
2012-08-30
netfilter: nfnetlink_log: fix error return code in init path
Julia Lawall
-1
/
+3
2012-08-30
netfilter: ctnetlink: fix error return code in init path
Julia Lawall
-1
/
+2
2012-08-30
ipvs: fix error return code
Julia Lawall
-1
/
+3
2012-08-20
netfilter: nfnetlink_log: fix NLA_PUT macro removal bug
Patrick McHardy
-1
/
+1
2012-08-20
Merge git://1984.lsi.us.es/nf
David S. Miller
-44
/
+84
2012-08-16
netfilter: nf_ct_expect: fix possible access to uninitialized timer
Pablo Neira Ayuso
-23
/
+6
2012-08-15
ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)
Mathias Krause
-0
/
+1
2012-08-14
netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueue
Pablo Neira Ayuso
-1
/
+6
2012-08-10
netfilter: nf_ct_sip: fix IPv6 address parsing
Patrick McHardy
-17
/
+70
2012-08-10
netfilter: nf_ct_sip: fix helper name
Patrick McHardy
-3
/
+2
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-2
/
+3
2012-07-17
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
David S. Miller
-2
/
+2
2012-07-17
ipvs: fix oops in ip_vs_dst_event on rmmod
Julian Anastasov
-2
/
+3
2012-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+3
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
-2
/
+2
2012-07-09
netfilter: ipset: timeout fixing bug broke SET target special timeout value
Jozsef Kadlecsik
-1
/
+3
2012-07-07
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
-243
/
+483
2012-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-36
/
+26
2012-07-04
netfilter: nfnetlink_queue: do not allow to set unsupported flag bits
Krishna Kumar
-0
/
+5
2012-07-04
netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg
Tomasz Bursztyka
-1
/
+3
2012-07-04
netfilter: nf_ct_tcp: missing per-net support for cttimeout
Pablo Neira Ayuso
-1
/
+1
2012-07-04
netfilter: nf_conntrack: generalize nf_ct_l4proto_net
Pablo Neira Ayuso
-16
/
+26
2012-06-29
netlink: add nlk->netlink_bind hook for module auto-loading
Pablo Neira Ayuso
-0
/
+29
2012-06-29
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
-2
/
+5
2012-06-29
netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg
Tomasz Bursztyka
-1
/
+3
2012-06-29
netfilter: ipset: fix crash if IPSET_CMD_NONE command is sent
Tomasz Bursztyka
-0
/
+12
2012-06-27
netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table function
Gao feng
-24
/
+30
2012-06-27
netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table function
Gao feng
-8
/
+31
2012-06-27
netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_init
Gao feng
-43
/
+22
2012-06-27
netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table function
Gao feng
-17
/
+26
2012-06-27
netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_init
Gao feng
-42
/
+23
2012-06-27
netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_init
Gao feng
-50
/
+21
2012-06-27
netfilter: nf_conntrack: fix memory leak if sysctl registration fails
Gao feng
-2
/
+5
2012-06-27
netfilter: nf_conntrack: use l4proto->users as refcount for per-net data
Gao feng
-30
/
+46
2012-06-27
netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_table
Gao feng
-2
/
+1
2012-06-27
netfilter: nf_conntrack: prepare l4proto->init_net cleanup
Gao feng
-12
/
+13
2012-06-27
netfilter: nf_conntrack: fix nf_conntrack_l3proto_register
Gao feng
-13
/
+23
2012-06-27
netfilter: ctnetlink: add new messages to obtain statistics
Pablo Neira Ayuso
-1
/
+226
2012-06-26
netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT().
David S. Miller
-9
/
+13
2012-06-26
netfilter: nfnetlink_log: Move away from NLMSG_PUT().
David S. Miller
-13
/
+16
2012-06-25
netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6
Eric Dumazet
-7
/
+7
2012-06-25
netfilter: ipset: fix interface comparision in hash-netiface sets
Florian Westphal
-28
/
+4
2012-06-23
netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=n
Pablo Neira Ayuso
-1
/
+1
2012-06-23
netfilter: nfnetlink_queue: fix sparse warning due to missing include
Pablo Neira Ayuso
-0
/
+1
[next]