summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-21290-2236/+2280
|\
| * Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-2174-369/+561
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-214-0/+45
| | |\
| | | * bpf: Add missing BPF_LINK_TYPE invocationsJiri Olsa2023-12-161-0/+4
| | | * Merge branch ' bpf fix for unconnect af_unix socket'Martin KaFai Lau2023-12-143-0/+41
| | | |\
| | | | * bpf: sockmap, test for unconnected af_unix sockJohn Fastabend2023-12-141-0/+34
| | | | * bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-142-0/+7
| | | |/
| | * | net: check dev->gso_max_size in gso_features_check()Eric Dumazet2023-12-211-0/+3
| | * | kselftest: rtnetlink.sh: use grep_fail when expecting the cmd failHangbin Liu2023-12-211-1/+1
| | * | net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-213-103/+22
| | * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2023-12-212-4/+5
| | |\ \
| | | * | ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba2023-12-181-0/+3
| | | * | ice: alter feature support check for SRIOV and LAGDave Ertman2023-12-181-0/+2
| | | * | ice: stop trashing VF VSI aggregator node ID informationJacob Keller2023-12-181-4/+0
| | * | | net: avoid build bug in skb extension length calculationThomas Weißschuh2023-12-211-0/+2
| | * | | net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...Lorenzo Bianconi2023-12-211-0/+3
| | * | | net: stmmac: fix incorrect flag check in timestamp interruptLai Peter Jun Ann2023-12-201-1/+1
| | * | | Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2023-12-207-29/+80
| | |\ \ \
| | | * | | Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim2023-12-151-1/+6
| | | * | | Bluetooth: Add more enc key size checkAlex Lu2023-12-151-1/+15
| | | * | | Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2023-12-153-7/+30
| | | * | | Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis2023-12-151-6/+15
| | | * | | Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz2023-12-151-2/+2
| | | * | | Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann2023-12-151-0/+3
| | | * | | Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2023-12-151-1/+2
| | | * | | Bluetooth: Fix deadlock in vhci_send_frameYing Hsu2023-12-151-4/+6
| | | * | | Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz2023-12-151-7/+1
| | * | | | Merge branch 'check-vlan-filter-feature-in-vlan_vids_add_by_dev-and-vlan_vids...Paolo Abeni2023-12-193-1/+38
| | |\ \ \ \
| | | * | | | selftests: add vlan hw filter testsLiu Jian2023-12-192-0/+30
| | | * | | | net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian2023-12-191-1/+8
| | |/ / / /
| | * | | | net: hns3: add new maintainer for the HNS3 ethernet driverJijie Shao2023-12-191-0/+1
| | * | | | net: mana: select PAGE_POOLYury Norov2023-12-191-0/+1
| | * | | | net: ks8851: Fix TX stall caused by TX buffer overrunRonald Wahl2023-12-193-25/+40
| | | |/ / | | |/| |
| | * | | Merge branch 'mptcp-misc-fixes'David S. Miller2023-12-177-21/+36
| | |\ \ \
| | | * | | mailmap: add entries for Geliang TangGeliang Tang2023-12-171-0/+4
| | | * | | mptcp: fill in missing MODULE_DESCRIPTION()Matthieu Baerts2023-12-172-0/+2
| | | * | | mptcp: fix inconsistent state on fastopen racePaolo Abeni2023-12-173-17/+26
| | | * | | selftests: mptcp: join: fix subflow_send_ack lookupGeliang Tang2023-12-171-4/+4
| | |/ / /
| | * | | net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle2023-12-161-2/+4
| | * | | bnxt_en: do not map packet buffers twiceAndy Gospodarek2023-12-151-9/+2
| | |/ /
| | * | net/rose: fix races in rose_kill_by_device()Eric Dumazet2023-12-151-5/+34
| | * | ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu2023-12-151-1/+4
| | * | net: sched: ife: fix potential use-after-freeEric Dumazet2023-12-151-0/+1
| | * | net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida2023-12-151-1/+1
| | * | octeontx2-pf: Fix graceful exit during PFC configuration failureSuman Ghosh2023-12-151-3/+14
| | * | net: libwx: fix memory leak on free pageduanqiangwen2023-12-152-77/+6
| | * | Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-12-1510-19/+125
| | |\ \
| | | * | wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg2023-12-141-1/+1
| | | * | wifi: mt76: fix crash with WED rx support enabledFelix Fietkau2023-12-121-4/+6
| | | * | wifi: iwlwifi: pcie: avoid a NULL pointer dereferenceAvraham Stern2023-12-121-1/+1