summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-11-18SUNRPC: Fix another issue with MIC buffer spaceChuck Lever1-6/+5
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust8-328/+421
2019-11-06SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust1-1/+1
2019-11-04NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2-2/+7
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds73-514/+845
2019-11-02net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-11-02net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-11-02inet: stop leaking jiffies on the wireEric Dumazet4-5/+5
2019-11-01tcp: increase tcp_max_syn_backlog max valueEric Dumazet1-1/+1
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2-5/+14
2019-10-31Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux...David S. Miller3-2/+8
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet5-6/+6
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2-1/+6
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust1-0/+2
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust1-2/+3
2019-10-30nl80211: fix validation of mesh path nexthopMarkus Theil1-1/+1
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma2-1/+7
2019-10-30net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-30net/smc: fix refcounting for non-blocking connect()Ursula Braun1-2/+2
2019-10-30erspan: fix the tun_info options_len check for erspanXin Long2-4/+4
2019-10-29Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-17/+94
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet4-4/+4
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet13-21/+21
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-27/+76
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+12
2019-10-26ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-10-26Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso5-25/+35
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault4-25/+28
2019-10-26net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-26net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo6-34/+8
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-25net: core: add generic lockdep keysTaehee Yoo13-242/+50
2019-10-25net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-25keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-24xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever1-6/+3
2019-10-24xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever2-15/+10
2019-10-24xprtrdma: Refine trace_xprtrdma_fixupChuck Lever1-3/+2
2019-10-24xprtrdma: Report the computed connect delayChuck Lever2-12/+4
2019-10-24xprtrdma: Wake tasks after connect worker failsChuck Lever1-9/+6
2019-10-24xprtrdma: Pull up sometimesChuck Lever4-7/+81
2019-10-24xprtrdma: Refactor rpcrdma_prepare_msg_sges()Chuck Lever1-117/+146
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever4-9/+9
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever2-3/+2
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever2-11/+10