index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helper
Julian Anastasov
2013-10-21
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2013-10-01
9
-145
/
+125
|
\
|
*
netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets
Patrick McHardy
2013-09-30
1
-5
/
+7
|
*
ipvs: stats should not depend on CPU 0
Julian Anastasov
2013-09-18
1
-1
/
+3
|
*
ipvs: do not use dest after ip_vs_dest_put in LBLCR
Julian Anastasov
2013-09-18
1
-30
/
+20
|
*
ipvs: do not use dest after ip_vs_dest_put in LBLC
Julian Anastasov
2013-09-18
1
-37
/
+31
|
*
ipvs: make the service replacement more robust
Julian Anastasov
2013-09-18
2
-53
/
+45
|
*
ipvs: fix overflow on dest weight multiply
Simon Kirby
2013-09-18
5
-19
/
+19
*
|
ip: generate unique IP identificator if local fragmentation is allowed
Ansis Atteka
2013-09-19
1
-1
/
+1
|
/
*
netfilter: nfnetlink_queue: use network skb for sequence adjustment
Gao feng
2013-09-17
1
-1
/
+1
*
netfilter: ipset: Fix serious failure in CIDR tracking
Oliver Smith
2013-09-16
1
-12
/
+16
*
netfilter: ipset: Validate the set family and not the set type family at swap...
Jozsef Kadlecsik
2013-09-16
1
-1
/
+1
*
netfilter: ipset: Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
2013-09-16
5
-10
/
+9
*
netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...
Jozsef Kadlecsik
2013-09-16
1
-2
/
+2
*
netfilter: Fix build errors with xt_socket.c
David S. Miller
2013-09-05
1
-0
/
+1
*
netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet
Phil Oester
2013-09-04
1
-1
/
+1
*
netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()
Patrick McHardy
2013-09-04
1
-2
/
+2
*
netfilter: ctnetlink: fix uninitialized variable
Florian Westphal
2013-08-28
1
-1
/
+1
*
netfilter: add SYNPROXY core/target
Patrick McHardy
2013-08-28
6
-0
/
+480
*
netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
Patrick McHardy
2013-08-28
9
-328
/
+296
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-08-20
18
-271
/
+484
|
\
|
*
netfilter: nfnetlink_queue: allow to attach expectations to conntracks
Pablo Neira Ayuso
2013-08-13
3
-16
/
+103
|
*
netfilter: ctnetlink: refactor ctnetlink_create_expect
Pablo Neira Ayuso
2013-08-13
1
-69
/
+87
|
*
netfilter: nf_conntrack: don't send destroy events from iterator
Florian Westphal
2013-08-09
3
-37
/
+9
|
*
ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL
Daniel Borkmann
2013-08-07
1
-0
/
+6
|
*
ipvs: fixed spacing at for statements
Dragos Foianu
2013-08-06
1
-4
/
+4
|
*
netfilter: tproxy: fix build with IP6_NF_IPTABLES=n
Florian Westphal
2013-08-05
1
-1
/
+1
|
*
netfilter: nf_nat: use per-conntrack locking for sequence number adjustments
Patrick McHardy
2013-07-31
1
-13
/
+6
|
*
netfilter: nf_nat: change sequence number adjustments to 32 bits
Patrick McHardy
2013-07-31
3
-7
/
+7
|
*
netfilter: nf_nat: fix locking in nf_nat_seq_adjust()
Patrick McHardy
2013-07-31
1
-1
/
+6
|
*
netfilter: nf_conntrack: remove duplicate code in ctnetlink
Florian Westphal
2013-07-31
2
-28
/
+19
|
*
netfilter: tproxy: remove nf_tproxy_core.h
Florian Westphal
2013-07-31
2
-6
/
+220
|
*
netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb
Florian Westphal
2013-07-31
4
-82
/
+14
|
*
netfilter: nf_queue: relax NFQA_CT attribute check
Florian Westphal
2013-07-31
1
-3
/
+1
|
*
netfilter: connlabels: remove unneeded includes
Florian Westphal
2013-07-31
1
-4
/
+0
|
*
netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()
Patrick McHardy
2013-07-31
2
-4
/
+5
|
*
netfilter: xt_addrtype: fix trivial typo
Phil Oester
2013-07-31
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
5
-22
/
+39
|
\
\
|
*
|
netfilter: nf_conntrack: fix tcp_in_window for Fast Open
Yuchung Cheng
2013-08-10
1
-4
/
+8
|
*
|
netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message
Dan Carpenter
2013-08-05
2
-2
/
+9
|
*
|
netfilter: xt_TCPOPTSTRIP: fix possible off by one access
Pablo Neira Ayuso
2013-08-01
1
-4
/
+6
|
*
|
netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
Pablo Neira Ayuso
2013-08-01
1
-12
/
+16
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
2
-3
/
+12
|
\
|
|
|
*
|
netfilter: xt_socket: fix broken v0 support
Eric Dumazet
2013-07-15
1
-3
/
+7
|
*
|
netfilter: ctnetlink: fix incorrect NAT expectation dumping
Pablo Neira Ayuso
2013-07-15
1
-0
/
+5
|
|
/
*
/
net/sctp: Refactor SCTP skb checksum computation
Joe Stringer
2013-07-27
2
-27
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
4
-3
/
+6
|
\
|
*
netfilter: ctnetlink: send event when conntrack label was modified
Florian Westphal
2013-06-24
2
-1
/
+2
|
*
netfilter: nf_nat_sip: fix mangling
Balazs Peter Odor
2013-06-24
1
-1
/
+2
|
*
ipvs: SCTP ports should be writable in ICMP packets
Julian Anastasov
2013-06-19
1
-1
/
+2
[next]