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