summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: hso: fix muxed tty registrationJohan Hovold2021-09-171-7/+5
* Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-1680-384/+770
|\
| * mlxbf_gige: clear valid_polarity upon openDavid Thompson2021-09-161-0/+7
| * igc: fix tunnel offloadingPaolo Abeni2021-09-161-1/+3
| * net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen2021-09-163-9/+0
| * net: wan: wanxl: define CROSS_COMPILE_M68KAdam Borowski2021-09-161-0/+2
| * selftests: nci: replace unsigned int with intXiang wangx2021-09-161-1/+1
| * net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-164-15/+42
| * Revert "net: phy: Uniform PHY driver access"Vladimir Oltean2021-09-161-1/+3
| * net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean2021-09-161-7/+5
| * ptp: dp83640: don't define PAGE0Randy Dunlap2021-09-151-1/+1
| * bnx2x: Fix enabling network interfaces without VFsAdrian Bunk2021-09-151-1/+1
| * Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet2021-09-144-7/+10
| * tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-141-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-1418-193/+334
| |\
| | * bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann2021-09-144-6/+127
| | * bpf, selftests: Add cgroup v1 net_cls classid helpersDaniel Borkmann2021-09-142-12/+141
| | * bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-145-155/+41
| | * bpf: Add oversize check before call kvcalloc()Bixuan Cui2021-09-141-0/+2
| | * bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song2021-09-102-11/+8
| | * selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker2021-09-072-7/+13
| | * bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-ClauseDaniel Borkmann2021-09-022-2/+2
| * | net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet2021-09-141-16/+3
| * | Merge branch 'hns3-fixes'David S. Miller2021-09-134-14/+29
| |\ \
| | * | net: hns3: fix the timing issue of VF clearing interrupt sourcesJiaran Zhang2021-09-131-3/+3
| | * | net: hns3: fix the exception when query imp infoJiaran Zhang2021-09-131-0/+4
| | * | net: hns3: disable mac in flr processYufeng Mo2021-09-131-2/+3
| | * | net: hns3: change affinity_mask to numa node rangeYufeng Mo2021-09-131-6/+8
| | * | net: hns3: pad the short tunnel frame before sending to hardwareYufeng Mo2021-09-131-2/+6
| | * | net: hns3: add option to turn off page pool featureYunsheng Lin2021-09-131-1/+5
| |/ /
| * | net: dsa: lantiq_gswip: Add 200ms assert delayAleksander Jan Bajkowski2021-09-131-0/+6
| * | ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-131-2/+1
| * | tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-131-1/+1
| * | udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin2021-09-131-1/+1
| * | Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng2021-09-134-10/+7
| * | Merge branch 'bnxt_en-fixes'David S. Miller2021-09-131-4/+29
| |\ \
| | * | bnxt_en: Clean up completion ring page arrays completelyMichael Chan2021-09-131-0/+8
| | * | bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()Edwin Peer2021-09-131-0/+13
| | * | bnxt_en: Fix error recovery regressionMichael Chan2021-09-131-4/+8
| |/ /
| * | net: mana: Prefer struct_size over open coded arithmeticLen Baker2021-09-121-3/+1
| * | selftest: net: fix typo in altname testAndrea Claudi2021-09-121-1/+1
| * | net: dsa: qca8k: fix kernel panic with legacy mdio mappingAnsuel Smith2021-09-121-8/+22
| * | net: stmmac: allow CSR clock of 300MHzJesper Nilsson2021-09-111-1/+1
| * | qlcnic: Remove redundant initialization of variable retColin Ian King2021-09-101-1/+1
| * | qed: Handle management FW errorShai Malin2021-09-101-1/+5
| * | net/packet: clarify source of pr_*() messagesBaruch Siach2021-09-101-0/+2
| * | r6040: Restore MDIO clock frequency after MAC resetFlorian Fainelli2021-09-101-1/+8
| * | ice: Correctly deal with PFs that do not support RDMADave Ertman2021-09-102-0/+8
| * | net: ni65: Avoid typecast of pointer to u32Guenter Roeck2021-09-091-1/+1
| * | Merge branch 'sfx-xdp-fallback-tx-queues'David S. Miller2021-09-093-40/+103
| |\ \