aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-21kselftest: rtnetlink.sh: use grep_fail when expecting the cmd failHangbin Liu
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh
2023-12-21net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...Lorenzo Bianconi
2023-12-20net: stmmac: fix incorrect flag check in timestamp interruptLai Peter Jun Ann
2023-12-20Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2023-12-19Merge branch 'check-vlan-filter-feature-in-vlan_vids_add_by_dev-and-vlan_vids...Paolo Abeni
2023-12-19selftests: add vlan hw filter testsLiu Jian
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian
2023-12-19net: hns3: add new maintainer for the HNS3 ethernet driverJijie Shao
2023-12-19net: mana: select PAGE_POOLYury Norov
2023-12-19net: ks8851: Fix TX stall caused by TX buffer overrunRonald Wahl
2023-12-18ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba
2023-12-18ice: alter feature support check for SRIOV and LAGDave Ertman
2023-12-18ice: stop trashing VF VSI aggregator node ID informationJacob Keller
2023-12-17Merge branch 'mptcp-misc-fixes'David S. Miller
2023-12-17mailmap: add entries for Geliang TangGeliang Tang
2023-12-17mptcp: fill in missing MODULE_DESCRIPTION()Matthieu Baerts
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni
2023-12-17selftests: mptcp: join: fix subflow_send_ack lookupGeliang Tang
2023-12-15net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle
2023-12-15bpf: Add missing BPF_LINK_TYPE invocationsJiri Olsa
2023-12-15bnxt_en: do not map packet buffers twiceAndy Gospodarek
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim
2023-12-15Bluetooth: Add more enc key size checkAlex Lu
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis
2023-12-15Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz
2023-12-15Bluetooth: Fix deadlock in vhci_send_frameYing Hsu
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet
2023-12-15ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu
2023-12-15net: sched: ife: fix potential use-after-freeEric Dumazet
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-15octeontx2-pf: Fix graceful exit during PFC configuration failureSuman Ghosh
2023-12-15net: libwx: fix memory leak on free pageduanqiangwen
2023-12-14Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-12-14Merge tag 'mlx5-fixes-2023-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-12-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-12-14net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and aboveVladimir Oltean
2023-12-14net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and aboveVladimir Oltean
2023-12-14Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-14net: atlantic: fix double free in ring reinit logicIgor Russkikh
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim