index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-28
netfilter: ctnetlink: fix uninitialized variable
Florian Westphal
1
-1
/
+1
2013-08-28
netfilter: add SYNPROXY core/target
Patrick McHardy
6
-0
/
+480
2013-08-28
netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
Patrick McHardy
9
-328
/
+296
2013-08-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
18
-271
/
+484
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-22
/
+39
2013-08-13
netfilter: nfnetlink_queue: allow to attach expectations to conntracks
Pablo Neira Ayuso
3
-16
/
+103
2013-08-13
netfilter: ctnetlink: refactor ctnetlink_create_expect
Pablo Neira Ayuso
1
-69
/
+87
2013-08-10
netfilter: nf_conntrack: fix tcp_in_window for Fast Open
Yuchung Cheng
1
-4
/
+8
2013-08-09
netfilter: nf_conntrack: don't send destroy events from iterator
Florian Westphal
3
-37
/
+9
2013-08-07
ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL
Daniel Borkmann
1
-0
/
+6
2013-08-06
ipvs: fixed spacing at for statements
Dragos Foianu
1
-4
/
+4
2013-08-05
netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message
Dan Carpenter
2
-2
/
+9
2013-08-05
netfilter: tproxy: fix build with IP6_NF_IPTABLES=n
Florian Westphal
1
-1
/
+1
2013-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+12
2013-08-01
netfilter: xt_TCPOPTSTRIP: fix possible off by one access
Pablo Neira Ayuso
1
-4
/
+6
2013-08-01
netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
Pablo Neira Ayuso
1
-12
/
+16
2013-07-31
netfilter: nf_nat: use per-conntrack locking for sequence number adjustments
Patrick McHardy
1
-13
/
+6
2013-07-31
netfilter: nf_nat: change sequence number adjustments to 32 bits
Patrick McHardy
3
-7
/
+7
2013-07-31
netfilter: nf_nat: fix locking in nf_nat_seq_adjust()
Patrick McHardy
1
-1
/
+6
2013-07-31
netfilter: nf_conntrack: remove duplicate code in ctnetlink
Florian Westphal
2
-28
/
+19
2013-07-31
netfilter: tproxy: remove nf_tproxy_core.h
Florian Westphal
2
-6
/
+220
2013-07-31
netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb
Florian Westphal
4
-82
/
+14
2013-07-31
netfilter: nf_queue: relax NFQA_CT attribute check
Florian Westphal
1
-3
/
+1
2013-07-31
netfilter: connlabels: remove unneeded includes
Florian Westphal
1
-4
/
+0
2013-07-31
netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()
Patrick McHardy
2
-4
/
+5
2013-07-31
netfilter: xt_addrtype: fix trivial typo
Phil Oester
1
-1
/
+1
2013-07-27
net/sctp: Refactor SCTP skb checksum computation
Joe Stringer
2
-27
/
+4
2013-07-15
netfilter: xt_socket: fix broken v0 support
Eric Dumazet
1
-3
/
+7
2013-07-15
netfilter: ctnetlink: fix incorrect NAT expectation dumping
Pablo Neira Ayuso
1
-0
/
+5
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-3
/
+6
2013-06-30
netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flag
Florian Westphal
1
-2
/
+14
2013-06-26
ipvs: add sync_persist_mode flag
Julian Anastasov
2
-0
/
+19
2013-06-26
ipvs: SH fallback and L4 hashing
Alexander Frolkin
1
-15
/
+85
2013-06-26
ipvs: drop SCTP connections depending on state
Julian Anastasov
1
-0
/
+12
2013-06-26
ipvs: replace the SCTP state machine
Julian Anastasov
2
-704
/
+157
2013-06-26
ipvs: sloppy TCP and SCTP
Alexander Frolkin
3
-14
/
+32
2013-06-26
ipvs: provide iph to schedulers
Julian Anastasov
11
-34
/
+32
2013-06-24
netfilter: ctnetlink: send event when conntrack label was modified
Florian Westphal
2
-1
/
+2
2013-06-24
netfilter: nf_nat_sip: fix mangling
Balazs Peter Odor
1
-1
/
+2
2013-06-20
netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flag
Eric Dumazet
1
-8
/
+62
2013-06-20
netfilter: nf_conntrack: avoid large timeout for mid-stream pickup
Florian Westphal
1
-0
/
+6
2013-06-20
netfilter: check return code from nla_parse_tested
Daniel Borkmann
3
-13
/
+39
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-12
/
+38
2013-06-19
ipvs: SCTP ports should be writable in ICMP packets
Julian Anastasov
1
-1
/
+2
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
5
-9
/
+9
2013-06-12
netfilter: xt_TCPMSS: Fix missing fragmentation handling
Phil Oester
1
-0
/
+4
2013-06-12
netfilter: xt_TCPMSS: Fix IPv6 default MSS too
Phil Oester
1
-7
/
+14
2013-06-11
net_sched: add 64bit rate estimators
Eric Dumazet
1
-1
/
+1
2013-06-11
netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()
Pablo Neira Ayuso
1
-2
/
+4
2013-06-10
ipvs: info leak in __ip_vs_get_dest_entries()
Dan Carpenter
1
-0
/
+1
[next]