summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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: sched: update action implementations to support flagsVlad Buslov20-26/+47
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov20-25/+38
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov1-5/+14
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov1-2/+2
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov5-5/+5
2019-10-30net: sched: extract bstats update code into functionVlad Buslov6-6/+6
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov6-26/+19
2019-10-30net: qrtr: Simplify 'qrtr_tun_release()'Christophe JAILLET1-5/+1
2019-10-30net: dsa: add ethtool pause configuration supportHeiner Kallweit1-0/+18
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce1-24/+50
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce1-9/+25
2019-10-30flow_dissector: add meaningful commentsMatteo Croce1-0/+6
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet5-6/+6
2019-10-30tipc: add smart nagle featureJon Maloy4-20/+169
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-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-29net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov1-11/+7
2019-10-29net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov3-8/+9
2019-10-29net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2-12/+11
2019-10-29net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov3-17/+18
2019-10-29net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2-8/+8
2019-10-29net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2-23/+21
2019-10-29net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov3-16/+27
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun1-2/+2
2019-10-29tipc: improve throughput between nodes in netnsHoang Le8-11/+197
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal2-2/+4
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long2-4/+4
2019-10-28Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-17/+94
2019-10-28sock: remove unneeded semicolonYueHaibing1-1/+1
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn2-1/+54
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven2-2/+2
2019-10-28net: dsa: fix dereference on ds->dev before null check errorColin Ian King1-2/+5
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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+23
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+12
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller32-497/+1064
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