summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-02-12net: ethernet: ti: am65-cpsw: fix RX & TX statistics for XDP_TX caseRoger Quadros-3/+7
2025-02-12net: ethernet: ti: am65-cpsw: fix memleak in certain XDP casesRoger Quadros-13/+13
2025-02-12Merge branch 'vsock-null-ptr-deref-when-so_linger-enabled'Jakub Kicinski-1/+48
2025-02-12vsock/test: Add test for SO_LINGER null ptr derefMichal Luczaj-0/+41
2025-02-12vsock: Orphan socket after transport releaseMichal Luczaj-1/+7
2025-02-12MAINTAINERS: Add sctp headers to the general netdev entryMarcelo Ricardo Leitner-0/+2
2025-02-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-14/+20
2025-02-11iavf: Fix a locking bug in an error pathBart Van Assche-1/+1
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells-57/+54
2025-02-11net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)-6/+9
2025-02-11vxlan: check vxlan_vnigroup_init() return valueEric Dumazet-2/+5
2025-02-11igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang-0/+1
2025-02-11igc: Fix HW RX timestamp when passed by ZC XDPZdenek Bouska-9/+12
2025-02-11ixgbe: Fix possible skb NULL pointer dereferencePiotr Kwapulinski-1/+1
2025-02-11idpf: call set_real_num_queues in idpf_openJoshua Hay-0/+5
2025-02-11idpf: record rx queue in skb for RSC packetsSridhar Samudrala-2/+1
2025-02-11idpf: fix handling rsc packet with a single segmentSridhar Samudrala-2/+0
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni-50/+91
2025-02-11Merge branch 'ptp-vmclock-bugfixes-and-cleanups-for-error-handling'Paolo Abeni-26/+21
2025-02-11ptp: vmclock: Remove goto-based cleanup logicThomas Weißschuh-19/+13
2025-02-11ptp: vmclock: Clean up miscdev and ptp clock through devresThomas Weißschuh-7/+6
2025-02-11ptp: vmclock: Don't unregister misc device if it was not registeredThomas Weißschuh-1/+2
2025-02-11ptp: vmclock: Set driver data before its usageThomas Weißschuh-2/+2
2025-02-11ptp: vmclock: Add .owner to vmclock_miscdev_fopsDavid Woodhouse-0/+1
2025-02-10Merge tag 'linux-can-fixes-for-6.14-20250208' of git://git.kernel.org/pub/scm...Jakub Kicinski-14/+22
2025-02-10Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-29/+49
2025-02-10Merge branch 'net-second-round-to-use-dev_net_rcu'Jakub Kicinski-33/+48
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet-16/+15
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet-4/+8
2025-02-10vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet-0/+2
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet-3/+9
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet-1/+3
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet-2/+6
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet-6/+4
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet-1/+1
2025-02-10net: stmmac: Apply new page pool parameters when SPH is enabledFurong Xu-0/+5
2025-02-08can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot ...Robin van der Gracht-1/+1
2025-02-08can: etas_es58x: fix potential NULL pointer dereference on udev->serialVincent Mailhol-1/+5
2025-02-08can: c_can: fix unbalanced runtime PM disable in error pathKrzysztof Kozlowski-2/+3
2025-02-08can: ctucanfd: handle skb allocation failureFedor Pchelkin-4/+6
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl-4/+5
2025-02-08Documentation/networking: fix basic node example document ISO 15765-2Reyders Morales-2/+2
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni-99/+22
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet-11/+13
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel-0/+1
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov-0/+11
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent-11/+39
2025-02-06Merge branch 'net-first-round-to-use-dev_net_rcu'Jakub Kicinski-65/+113
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet-5/+9
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet-19/+23