aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-26net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentationNikolay Aleksandrov1-9/+9
2021-01-26Merge tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski4-5/+17
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-26wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg1-2/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg21-463/+725
2021-01-25bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERRJiapeng Zhong1-1/+1
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso1-3/+3
2021-01-26ipvs: add weighted random twos choice algorithmDarby Payne3-0/+151
2021-01-25xsk: Fold xp_assign_dev and __xp_assign_devBjörn Töpel1-9/+3
2021-01-25xsk: Remove explicit_free parameter from __xsk_rcv()Björn Töpel1-16/+31
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal3-10/+15
2021-01-25SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2021-01-25Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera1-0/+1
2021-01-25Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz1-25/+93
2021-01-25Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi1-1/+2
2021-01-25Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian1-2/+4
2021-01-25Bluetooth: drop HCI device reference before returnPan Bian1-0/+1
2021-01-25Bluetooth: disable advertisement filters during suspendHoward Chung3-5/+44
2021-01-25Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka1-9/+11
2021-01-25Bluetooth: advmon offload MSFT handle filter enablementArchie Pusaka2-0/+73
2021-01-25Bluetooth: advmon offload MSFT handle controller resetArchie Pusaka1-5/+71
2021-01-25Bluetooth: advmon offload MSFT remove monitorArchie Pusaka4-48/+317
2021-01-25Bluetooth: advmon offload MSFT add monitorArchie Pusaka4-40/+342
2021-01-25Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka1-72/+153
2021-01-25SUNRPC: Correct a commentChuck Lever1-1/+1
2021-01-25svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever1-3/+3
2021-01-25svcrdma: Reduce Receive doorbell rateChuck Lever1-39/+43
2021-01-25svcrdma: Deprecate stat variables that are no longer usedChuck Lever1-57/+27
2021-01-25svcrdma: Restore read and write statsChuck Lever2-8/+20
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever3-5/+11
2021-01-25svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2-6/+52
2021-01-25svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever1-7/+23
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman82-388/+690
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+3
2021-01-24af_unix: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-1/+2
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2-6/+9
2021-01-23udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen3-2/+22
2021-01-23NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2021-01-23NFC: fix possible resource leakPan Bian1-0/+1
2021-01-23net: mrp: move struct definitions out of uapiRasmus Villemoes1-0/+29
2021-01-22mlxsw: Register physical ports as a devlink resourceDanielle Ratson1-0/+4
2021-01-22sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy9-11/+20