summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov1-11/+7
2019-10-30net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov3-8/+9
2019-10-30net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2-12/+11
2019-10-30net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov3-17/+18
2019-10-30net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2-8/+8
2019-10-30net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2-23/+21
2019-10-30net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov3-16/+27
2019-10-30net/smc: fix refcounting for non-blocking connect()Ursula Braun1-2/+2
2019-10-30tipc: improve throughput between nodes in netnsHoang Le8-11/+197
2019-10-30inet: do not call sublist_rcv on empty listFlorian Westphal2-2/+4
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-29sock: remove unneeded semicolonYueHaibing1-1/+1
2019-10-29net: 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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+23
2019-10-27Merge 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
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-26netfilter: nf_tables_offload: unbind if multi-device binding failsPablo Neira Ayuso1-2/+17
2019-10-26netfilter: nf_tables_offload: add nft_flow_block_offload_init()Pablo Neira Ayuso1-21/+21
2019-10-26netfilter: nf_tables_offload: add nft_chain_offload_cmd()Pablo Neira Ayuso1-5/+15
2019-10-26netfilter: ecache: don't look for ecache extension on dying/unconfirmed connt...Florian Westphal1-3/+3
2019-10-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-9/+18
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault4-25/+28
2019-10-26tcp: add TCP_INFO status for failed client TFOJason Baron3-1/+10
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
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-24netfilter: nft_payload: fix missing check for matching length in offloadswenxu1-0/+38