summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-09mac80211: move interface shutdown out of wiphy lockJohannes Berg3-4/+12
2021-06-09cfg80211: shut down interfaces on failed resumeJohannes Berg1-0/+4
2021-06-09cfg80211: fix phy80211 symlink creationJohannes Berg1-8/+5
2021-06-09mac80211: fix 'reset' debugfs lockingJohannes Berg1-1/+3
2021-06-09net: lantiq: disable interrupt before sheduling NAPIAleksander Jan Bajkowski1-1/+1
2021-06-09net: ena: fix DMA mapping function issues in XDPShay Agroskin1-26/+28
2021-06-09net: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean1-0/+5
2021-06-09net: rds: fix memory leak in rds_recvmsgPavel Skripkin1-1/+1
2021-06-08Merge tag 'batadv-net-pullrequest-20210608' of git://git.open-mesh.org/linux-...David S. Miller1-1/+3
2021-06-08vrf: fix maximum MTUNicolas Dichtel1-4/+2
2021-06-08net: appletalk: fix the usage of prepositiongushengxian1-1/+1
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun2-2/+2
2021-06-08net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun1-0/+1
2021-06-08mac80211: fix deadlock in AP/VLAN handlingJohannes Berg1-7/+12
2021-06-08neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-06-07revert "net: kcm: fix memory leak in kcm_sendmsg"Pavel Skripkin1-5/+0
2021-06-07Merge branch 'mlxsw-fixes'David S. Miller3-4/+9
2021-06-07mlxsw: core: Set thermal zone polling delay argument to real value at initMykola Kostenok1-2/+4
2021-06-07mlxsw: spectrum_qdisc: Pass handle, not band number to find_class()Petr Machata1-1/+4
2021-06-07mlxsw: reg: Spectrum-3: Enforce lowest max-shaper burst size of 11Petr Machata1-1/+1
2021-06-07ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel1-1/+1
2021-06-05cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy4-7/+14
2021-06-05sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller6-52/+27
2021-06-05Merge branch 'wireguard-fixes'David S. Miller10-195/+227
2021-06-05wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld3-131/+137
2021-06-05wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld3-8/+38
2021-06-05wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2-84/+57
2021-06-05wireguard: allowedips: initialize list head in selftestJason A. Donenfeld1-1/+2
2021-06-05wireguard: peer: allocate in kmem_cacheJason A. Donenfeld3-4/+27
2021-06-05wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2-4/+4
2021-06-05wireguard: do not use -O3Jason A. Donenfeld1-2/+1
2021-06-05wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld1-0/+1
2021-06-05wireguard: selftests: remove old conntrack kconfig valueJason A. Donenfeld1-1/+0
2021-06-04virtchnl: Add missing padding to virtchnl_proto_hdrsGeert Uytterhoeven1-0/+1
2021-06-04ice: Allow all LLDP packets from PF to TxDave Ertman1-1/+4
2021-06-04ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt1-45/+6
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang1-1/+6
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2-5/+8
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley1-0/+2
2021-06-04Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller4-6/+30
2021-06-04virtio-net: fix for skb_over_panic inside big modeXuan Zhuo1-1/+1
2021-06-04Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller4-11/+16
2021-06-04ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-06-04Merge tag 'wireless-drivers-2021-06-03' of git://git.kernel.org/pub/scm/linux...David S. Miller11-30/+138
2021-06-04fib: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-04net: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-04net/x25: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-04cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy1-9/+5
2021-06-04Merge branch 'caif-fixes'David S. Miller7-12/+41