summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Fix smc_link->llc_testlink_time overflowTony Lu2021-10-281-1/+1
* nfp: bpf: relax prog rejection for mtu check through max_pkt_offsetYu Xiao2021-10-283-9/+26
* vmxnet3: do not stop tx queues after netif_device_detach()Dongli Zhang2021-10-281-1/+0
* r8169: Add device 10ec:8162 to driver r8169Janghyub Seo2021-10-281-0/+1
* ptp: Document the PTP_CLK_MAGIC ioctl numberRandy Dunlap2021-10-281-0/+1
* usbnet: fix error return code in usbnet_probe()Wang Hai2021-10-271-0/+1
* Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-10-275-22/+24
|\
| * cfg80211: correct bridge/4addr mode checkJanusz Dziedzic2021-10-251-7/+7
| * cfg80211: fix management registrations lockingJohannes Berg2021-10-254-15/+17
* | Merge branch 'hns3-fixes'David S. Miller2021-10-2710-65/+90
|\ \
| * | net: hns3: adjust string spaces of some parameters of tx bd info in debugfsGuangbin Huang2021-10-271-3/+3
| * | net: hns3: expand buffer len for some debugfs commandGuangbin Huang2021-10-271-3/+3
| * | net: hns3: add more string spaces for dumping packets number of queue info in...Jie Wang2021-10-271-2/+2
| * | net: hns3: fix data endian problem of some functions of debugfsJie Wang2021-10-271-16/+14
| * | net: hns3: ignore reset event before initialization process is doneGuangbin Huang2021-10-273-0/+5
| * | net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo2021-10-273-31/+6
| * | net: hns3: fix pause config problem after autoneg disabledGuangbin Huang2021-10-275-10/+57
|/ /
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-2623-98/+118
|\ \
| * | bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen2021-10-264-11/+23
| * | bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo2021-10-261-4/+4
| * | Merge branch 'sock_map: fix ->poll() and update selftests'Alexei Starovoitov2021-10-2613-78/+58
| |\ \
| | * | selftests/bpf: Use recv_timeout() instead of retriesYucong Sun2021-10-261-55/+20
| | * | net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-264-0/+10
| | * | skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-263-14/+16
| | * | net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-266-11/+14
| |/ /
| * | tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian2021-10-261-0/+12
| * | cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang2021-10-231-1/+3
| * | bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai2021-10-231-2/+3
| * | Merge branch 'Fix up bpf_jit_limit some more'Alexei Starovoitov2021-10-235-2/+15
| |\ \
| | * | bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-233-2/+5
| | * | bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer2021-10-231-0/+5
| | * | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-231-0/+5
| |/ /
* | | MAINTAINERS: please remove myself from the Prestera driverVadym Kochan2021-10-261-1/+0
* | | net: lan78xx: fix division by zero in send pathJohan Hovold2021-10-261-0/+6
* | | net: batman-adv: fix error handlingPavel Skripkin2021-10-264-20/+52
* | | tipc: fix size validations for the MSG_CRYPTO typeMax VA2021-10-261-11/+21
* | | nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski2021-10-261-2/+2
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-262-14/+7
|\ \ \
| * | | ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu2021-10-251-0/+3
| * | | ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman2021-10-251-14/+4
* | | | net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-262-3/+5
* | | | mlxsw: pci: Recycle received packet upon allocation failureIdo Schimmel2021-10-261-13/+12
|/ / /
* | | net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long2021-10-251-2/+2
* | | xen/netfront: stop tx queues during live migrationDongli Zhang2021-10-251-0/+8
* | | net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-10-251-0/+6
* | | net: nxp: lpc_eth.c: avoid hang when bringing interface downTrevor Woerner2021-10-251-3/+2
* | | Merge branch 'ksettings-locking-fixes'David S. Miller2021-10-251-59/+81
|\ \ \ | |_|/ |/| |
| * | phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn2021-10-251-1/+3
| * | phy: phy_start_aneg: Add an unlocked versionAndrew Lunn2021-10-251-6/+24
| * | phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn2021-10-251-53/+53