summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-293-1/+18
* selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov2021-10-292-6/+18
* net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera2021-10-291-0/+2
* net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)2021-10-291-1/+1
* Merge branch 'nfp-fixes'David S. Miller2021-10-291-6/+2
|\
| * nfp: fix potential deadlock when canceling dim workYinjun Zhang2021-10-291-4/+0
| * nfp: fix NULL pointer access when scheduling dim workYinjun Zhang2021-10-291-2/+2
|/
* selftests/net: update .gitignore with newly added testsShuah Khan2021-10-291-0/+4
* net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2021-10-292-1/+27
* Merge branch 'sctp-plpmtud-fixes'David S. Miller2021-10-293-14/+17
|\
| * sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
| * sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
| * sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
| * sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-292-7/+10
|/
* Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-2871-453/+738
|\
| * Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang2021-10-285-57/+10
| * mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti2021-10-282-15/+28
| * riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
| * Merge branch 'octeontx2-debugfs-fixes'David S. Miller2021-10-282-33/+118
| |\
| | * octeontx2-af: Fix possible null pointer dereference.Rakesh Babu Saladi2021-10-282-1/+4
| | * octeontx2-af: Display all enabled PF VF rsrc_alloc entries.Rakesh Babu2021-10-281-32/+106
| | * octeontx2-af: Check whether ipolicers existsSubbaraya Sundeep2021-10-281-0/+8
| |/
| * net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino2021-10-281-4/+9
| * net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan2021-10-281-1/+1
| * net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-10-282-11/+15
| * Merge branch 'SMC-fixes'David S. Miller2021-10-282-2/+2
| |\
| | * net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu2021-10-281-1/+1
| | * 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