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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
sctp: change sk state only when it has assocs in sctp_shutdown
Xin Long
1
-8
/
+7
2016-11-13
tcp: take care of truncations done by sk_filter()
Eric Dumazet
2
-3
/
+22
2016-11-13
ipv4: use new_gw for redirect neigh lookup
Stephen Suryaputra Lin
1
-1
/
+3
2016-11-12
net: __skb_flow_dissect() must cap its return value
Eric Dumazet
1
-3
/
+8
2016-11-12
bpf: Fix bpf_redirect to an ipip/ip6tnl dev
Martin KaFai Lau
2
-19
/
+66
2016-11-10
ipv4: update comment to document GSO fragmentation cases.
Lance Richardson
1
-5
/
+11
2016-11-09
net: tcp response should set oif only if it is L3 master
David Ahern
2
-3
/
+8
2016-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
12
-40
/
+108
2016-11-09
rtnl: reset calcit fptr in rtnl_unregister()
Mathias Krause
1
-0
/
+1
2016-11-09
net: icmp_route_lookup should use rt dev to determine L3 domain
David Ahern
1
-2
/
+2
2016-11-09
net-ipv6: on device mtu change do not add mtu to mtu-less routes
Maciej Żenczykowski
1
-0
/
+1
2016-11-09
sock: fix sendmmsg for partial sendmsg
Soheil Hassas Yeganeh
1
-0
/
+2
2016-11-08
netfilter: nf_tables: fix oops when inserting an element into a verdict map
Liping Zhang
1
-0
/
+1
2016-11-08
netfilter: conntrack: refine gc worker heuristics
Florian Westphal
1
-8
/
+41
2016-11-08
netfilter: conntrack: fix CT target for UNSPEC helpers
Florian Westphal
1
-3
/
+8
2016-11-08
netfilter: connmark: ignore skbs with magic untracked conntrack objects
Florian Westphal
1
-2
/
+2
2016-11-08
ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr
WANG Cong
1
-1
/
+1
2016-11-07
fib_trie: Correct /proc/net/route off by one error
Alexander Duyck
1
-12
/
+9
2016-11-07
net: icmp6_send should use dst dev to determine L3 domain
David Ahern
1
-1
/
+1
2016-11-07
sctp: assign assoc_id earlier in __sctp_connect
Marcelo Ricardo Leitner
1
-2
/
+5
2016-11-03
genetlink: fix a memory leak on error path
WANG Cong
1
-1
/
+3
2016-11-03
ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
Eric Dumazet
1
-0
/
+1
2016-11-03
ipv6: dccp: fix out of bound access in dccp_v6_err()
Eric Dumazet
1
-7
/
+8
2016-11-03
netlink: netlink_diag_dump() runs without locks
Eric Dumazet
1
-4
/
+1
2016-11-03
dccp: fix out of bound access in dccp_v4_err()
Eric Dumazet
1
-6
/
+8
2016-11-03
dccp: do not send reset to already closed sockets
Eric Dumazet
1
-0
/
+4
2016-11-03
dccp: do not release listeners too soon
Eric Dumazet
3
-4
/
+6
2016-11-03
tcp: fix return value for partial writes
Eric Dumazet
1
-1
/
+1
2016-11-03
ipv4: allow local fragmentation in ip_finish_output_gso()
Lance Richardson
4
-17
/
+4
2016-11-03
tcp: fix potential memory corruption
Eric Dumazet
1
-1
/
+1
2016-11-03
inet: fix sleeping inside inet_wait_for_connect()
WANG Cong
1
-5
/
+4
2016-11-02
ip6_udp_tunnel: remove unused IPCB related codes
Eli Cooper
1
-3
/
+0
2016-11-01
unix: escape all null bytes in abstract unix domain socket
Isaac Boukris
1
-1
/
+2
2016-10-31
Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-9
/
+23
2016-10-31
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
2
-17
/
+17
2016-10-31
sctp: return back transport in __sctp_rcv_init_lookup
Xin Long
1
-2
/
+1
2016-10-31
sctp: hold transport instead of assoc in sctp_diag
Xin Long
1
-4
/
+1
2016-10-31
can: bcm: fix warning in bcm_connect/proc_register
Oliver Hartkopp
1
-9
/
+23
2016-10-31
net: mangle zero checksum in skb_checksum_help()
Eric Dumazet
1
-1
/
+1
2016-10-31
net: clear sk_err_soft in sk_clone_lock()
Eric Dumazet
1
-0
/
+1
2016-10-31
dctcp: avoid bogus doubling of cwnd after loss
Florian Westphal
1
-1
/
+12
2016-10-31
ipv6: add mtu lock check in __ip6_rt_update_pmtu
Xin Long
1
-0
/
+3
2016-10-31
ipv6: Don't use ufo handling on later transformed packets
Jakub Sitnicki
1
-1
/
+1
2016-10-31
netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it
Liping Zhang
2
-4
/
+8
2016-10-31
netfilter: nf_tables: destroy the set if fail to add transaction
Liping Zhang
1
-1
/
+3
2016-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
85
-412
/
+675
2016-10-29
tipc: fix broadcast link synchronization problem
Jon Paul Maloy
6
-6
/
+33
2016-10-29
rds: debug messages are enabled by default
shamir rabinovitch
2
-2
/
+2
2016-10-29
Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-1
/
+4
2016-10-29
Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-merge
David S. Miller
3
-3
/
+2
[next]