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
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
48
-341
/
+644
2015-09-25
net: Fix panic in icmp_route_lookup
David Ahern
1
-2
/
+2
2015-09-25
Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-12
/
+21
2015-09-24
net: fix net_device refcounting
Russell King
2
-1
/
+13
2015-09-24
net: dsa: fix of_mdio_find_bus() device refcount leak
Russell King
1
-7
/
+31
2015-09-24
ip6_tunnel: Reduce log level in ip6_tnl_err() to debug
Matt Bennett
1
-8
/
+8
2015-09-24
Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-5
/
+8
2015-09-24
ip6_gre: Reduce log level in ip6gre_err() to debug
Matt Bennett
1
-8
/
+8
2015-09-24
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
1
-5
/
+9
2015-09-24
net: revert "net_sched: move tp->root allocation into fw_init()"
WANG Cong
1
-15
/
+15
2015-09-24
lwtunnel: remove source and destination UDP port config option
Jiri Benc
1
-24
/
+0
2015-09-24
ipv4: send arp replies to the correct tunnel
Jiri Benc
2
-14
/
+53
2015-09-24
netlink: Replace rhash_portid with bound
Herbert Xu
2
-12
/
+29
2015-09-23
Fix AF_PACKET ABI breakage in 4.2
David Woodhouse
1
-15
/
+17
2015-09-23
netpoll: Close race condition between poll_one_napi and napi_disable
Neil Horman
2
-2
/
+10
2015-09-23
tcp: add proper TS val into RST packets
Eric Dumazet
1
-0
/
+1
2015-09-22
net: dsa: Fix Marvell Egress Trailer check
Neil Armstrong
1
-1
/
+1
2015-09-22
openvswitch: Zero flows on allocation.
Jesse Gross
3
-14
/
+15
2015-09-22
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...
Andrea Arcangeli
1
-1
/
+1
2015-09-22
mac80211: reset CQM history upon reconfiguration
Sara Sharon
1
-0
/
+1
2015-09-22
mac80211: fix VHT MCS mask array overrun
Johannes Berg
1
-5
/
+7
2015-09-21
inet: fix races in reqsk_queue_hash_req()
Eric Dumazet
1
-4
/
+4
2015-09-21
tcp/dccp: fix timewait races in timer handling
Eric Dumazet
3
-15
/
+18
2015-09-20
netlink: Fix autobind race condition that leads to zero port ID
Herbert Xu
2
-5
/
+8
2015-09-20
iptunnel: make rx/tx bytes counters consistent
Nicolas Dichtel
1
-1
/
+1
2015-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-8
/
+25
2015-09-20
tipc: reinitialize pointer after skb linearize
Erik Hugne
1
-0
/
+1
2015-09-20
net: Fix behaviour of unreachable, blackhole and prohibit routes
Nikola Forró
2
-3
/
+7
2015-09-19
SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose
Trond Myklebust
1
-1
/
+0
2015-09-19
SUNRPC: Lock the transport layer on shutdown
Trond Myklebust
1
-0
/
+6
2015-09-17
tcp_cubic: do not set epoch_start in the future
Eric Dumazet
1
-2
/
+8
2015-09-17
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-6
/
+6
2015-09-17
atm: deal with setting entry before mkip was called
Sasha Levin
1
-0
/
+3
2015-09-17
ipv6: ip6_fragment: fix headroom tests and skb leak
Florian Westphal
1
-6
/
+8
2015-09-17
net: Fix vti use case with oif in dst lookups
David Ahern
3
-2
/
+5
2015-09-17
openvswitch: Fix IPv6 exthdr handling with ct helpers.
Joe Stringer
1
-3
/
+5
2015-09-17
SUNRPC: Ensure that we wait for connections to complete before retrying
Trond Myklebust
1
-3
/
+8
2015-09-17
ipv6: include NLM_F_REPLACE in route replace notifications
Roopa Prabhu
2
-5
/
+6
2015-09-17
SUNRPC: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-09-17
SUNRPC: Fix races between socket connection and destroy code
Trond Myklebust
1
-0
/
+3
2015-09-17
libceph: don't access invalid memory in keepalive2 path
Ilya Dryomov
1
-4
/
+5
2015-09-17
netfilter: nf_log: wait for rcu grace after logger unregistration
Pablo Neira Ayuso
1
-0
/
+1
2015-09-17
Bluetooth: Delay check for conn->smp in smp_conn_security()
Johan Hedberg
1
-6
/
+6
2015-09-15
dccp: drop null test before destroy functions
Julia Lawall
2
-10
/
+5
2015-09-15
net: core: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-09-15
openvswitch: Fix mask generation for nested attributes.
Jesse Gross
1
-23
/
+59
2015-09-15
rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
Roopa Prabhu
1
-10
/
+16
2015-09-15
ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel
Martin KaFai Lau
2
-26
/
+34
2015-09-15
ipv6: Avoid double dst_free
Martin KaFai Lau
3
-9
/
+16
2015-09-15
ipv6: Fix dst_entry refcnt bugs in ip6_tunnel
Martin KaFai Lau
2
-46
/
+114
[next]