summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-15mac80211: fix race in ieee80211_register_hw()Sumit Garg1-11/+13
2020-04-14cfg80211: fix kernel-doc notationLothar Rubusch1-0/+10
2020-04-14mac80211_hwsim: Use kstrndup() in place of kasprintf()Tuomas Tynkkynen1-6/+6
2020-04-14nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg1-4/+2
2020-04-13mptcp: fix double-unlock in mptcp_pollFlorian Westphal1-12/+13
2020-04-13net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin1-1/+2
2020-04-12net: ethernet: ti: Add missing '\n' in log messagesChristophe JAILLET1-3/+3
2020-04-12soc: qcom: ipa: Add a missing '\n' in a log messageChristophe JAILLET1-3/+2
2020-04-12net: neterion: remove redundant assignment to variable tmp64Colin Ian King1-1/+1
2020-04-12net: phy: marvell: Fix pause frame negotiationClemens Gruber1-22/+24
2020-04-11docs: networking: add full DIM APIRandy Dunlap1-0/+6
2020-04-11docs: networking: convert DIM to RSTJakub Kicinski3-47/+45
2020-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller13-43/+137
2020-04-09net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-04-09net/rds: Fix MR reference counting problemKa-Cheong Poon2-21/+12
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon3-23/+20
2020-04-09net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo1-1/+1
2020-04-09net-sysfs: remove redundant assignment to variable retColin Ian King1-1/+1
2020-04-09net: qrtr: send msgs from local of same id as broadcastWang Wenhu1-3/+4
2020-04-09Merge tag 'mlx5-fixes-2020-04-08' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller8-32/+26
2020-04-09Documentation: devlink: fix broken link warningLothar Rubusch1-0/+2
2020-04-09arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson1-2/+10
2020-04-09bpf: Fix use of sk->sk_reuseport from sk_assignJoe Stringer1-1/+1
2020-04-09net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey1-12/+7
2020-04-09net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit1-1/+1
2020-04-09net/mlx5e: Fix pfnum in devlink port attributeParav Pandit1-4/+5
2020-04-09net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan1-1/+2
2020-04-09net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin1-2/+3
2020-04-09net/mlx5e: Add missing release firmware callEran Ben Elisha1-1/+4
2020-04-09net/mlx5: Fix condition for termination table cleanupEli Cohen2-10/+3
2020-04-09net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh1-1/+1
2020-04-09net/tls: fix const assignment warningArnd Bergmann1-2/+2
2020-04-09l2tp: Allow management of tunnels and session in user namespaceMichael Weiß1-8/+8
2020-04-09Merge branch 'ionic-fw-upgrade-filter-fixes'David S. Miller3-28/+70
2020-04-08ionic: set station addr only if neededShannon Nelson1-13/+19
2020-04-08ionic: replay filters after fw upgradeShannon Nelson3-15/+51
2020-04-08tc-testing: remove duplicate code in tdc.pyRoman Mashak1-3/+2
2020-04-08hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-04-08Documentation: mdio_bus.c - fix warningsLothar Rubusch1-1/+1
2020-04-08net: sched: Fix setting last executed chain on skb extensionPaul Blakey1-0/+1
2020-04-08net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-08net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst2-1/+31
2020-04-08net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2-95/+0
2020-04-08net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard1-0/+1
2020-04-08net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard1-1/+20
2020-04-08Merge branch 'fec-fix-wake-on-lan'David S. Miller5-33/+132
2020-04-08ARM: dts: imx6: add fec gpr property.Martin Fuzzey1-0/+1
2020-04-08dt-bindings: fec: document the new gpr property.Martin Fuzzey1-0/+2
2020-04-08ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN.Martin Fuzzey2-4/+2
2020-04-08net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey2-29/+127