summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean2023-07-045-97/+7
* net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean2023-07-041-2/+2
* net: Replace strlcpy with strscpyAzeem Shaikh2023-07-042-2/+2
* pptp: Fix fib lookup calls.Guillaume Nault2023-07-041-11/+20
* mlxsw: spectrum_router: Fix an IS_ERR() vs NULL checkDan Carpenter2023-07-041-2/+2
* net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma2023-07-041-0/+1
* ptp: Make max_phase_adjustment sysfs device attribute invisible when not supp...Rahul Rameshbabu2023-07-031-0/+3
* Documentation: ABI: sysfs-class-net-qmi: pass_through contact updateSubash Abhinov Kasiviswanathan2023-07-031-1/+1
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-031-3/+9
* Merge branch 'wireguard-fixes'David S. Miller2023-07-037-30/+54
|\
| * wireguard: timers: move to using timer_delete_syncJason A. Donenfeld2023-07-031-5/+5
| * wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld2023-07-032-9/+35
| * wireguard: queueing: use saner cpu selection wrappingJason A. Donenfeld2023-07-034-16/+14
|/
* samples: pktgen: fix append mode failed issueJ.J. Martzki2023-07-039-6/+37
* selftests/net: Add xt_policy config for xfrm_policy testDaniel Díaz2023-07-031-0/+1
* net: fix net_dev_start_xmit trace event vs skb_transport_offset()Eric Dumazet2023-07-031-1/+2
* net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge modeVladimir Oltean2023-07-031-3/+6
* net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean2023-07-031-2/+3
* Merge branch 'octeontx2-af-fixes'David S. Miller2023-07-028-9/+99
|\
| * octeontx2-af: Reset MAC features in FLRHariprasad Kelam2023-07-028-6/+77
| * octeontx2-af: Add validation before accessing cgx and lmacHariprasad Kelam2023-07-021-0/+7
| * octeontx2-af: Fix mapping for NIX block from CGX connectionHariprasad Kelam2023-07-022-1/+12
| * octeontx2-af: cn10kb: fix interrupt csr addressesHariprasad Kelam2023-07-022-2/+3
|/
* nvme-tcp: Fix comma-related oopsDavid Howells2023-07-021-1/+1
* docs: networking: Update codeaurora references for rmnetSubash Abhinov Kasiviswanathan2023-07-011-4/+3
* docs: netdev: broaden mailbot to all MAINTAINERSJakub Kicinski2023-07-011-2/+5
* net: usb: cdc_ether: add u-blox 0x1313 composition.Davide Tronchin2023-07-011-0/+6
* mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_initZhengchao Shao2023-06-301-0/+1
* net: dsa: vsc73xx: fix MTU configurationPawel Dembicki2023-06-301-3/+3
* ibmvnic: Do not reset dql stats on NON_FATAL errNick Child2023-06-291-1/+8
* sfc: support for devlink port requires MAE accessMartin Habets2023-06-291-0/+3
* Merge branch 'bluetooth-fixes-from-next'Jakub Kicinski2023-06-2913-69/+133
|\
| * Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-06-291-15/+34
| * Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong2023-06-291-3/+1
| * Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus AllyMatthew Anderson2023-06-291-0/+3
| * Bluetooth: hci_sysfs: make bt_class a static const structureIvan Orlov2023-06-291-7/+7
| * Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-293-5/+5
| * Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-292-10/+6
| * Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen2023-06-291-1/+2
| * Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen2023-06-291-8/+39
| * Bluetooth: hci_bcm: do not mark valid bd_addr as invalidJohan Hovold2023-06-291-1/+2
| * Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-06-291-0/+2
| * Bluetooth: fix use-bdaddr-property quirkJohan Hovold2023-06-291-5/+3
| * Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold2023-06-291-17/+11
| * Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-06-291-0/+5
| * Bluetooth: btqca: use le32_to_cpu for ver.soc_idMin-Hua Chen2023-06-291-1/+1
| * Bluetooth: btusb: Add device 6655:8771 to device tablesDan Gora2023-06-291-0/+2
| * Bluetooth: btrtl: Add missing MODULE_FIRMWARE declarationsDan Gora2023-06-291-2/+16
|/
* Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider2023-06-291-0/+1
* Merge branch 'fix-ptp-received-on-wrong-port-with-bridged-sja1105-dsa'Paolo Abeni2023-06-292-16/+31
|\