summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-12/+33
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-74/+180
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault-9/+6
2025-03-20Merge tag 'ipsec-2025-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-1/+42
2025-03-20Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-...Paolo Abeni-4/+2
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma-0/+1
2025-03-20mptcp: Fix data stream corruption in the address announcementArthur Mongodin-2/+4
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman-4/+4
2025-03-20net: lwtunnel: fix recursion loopsJustin Iurman-12/+53
2025-03-20net: atm: fix use after free in lec_send()Dan Carpenter-1/+2
2025-03-20mptcp: sysctl: add available_path_managersGeliang Tang-0/+45
2025-03-20mptcp: sysctl: map pm_type to path_managerGeliang Tang-1/+24
2025-03-20mptcp: sysctl: map path_manager to pm_typeGeliang Tang-1/+14
2025-03-20mptcp: sysctl: set path manager by nameGeliang Tang-0/+51
2025-03-20mptcp: pm: register in-kernel and userspace PMGeliang Tang-0/+26
2025-03-20mptcp: pm: define struct mptcp_pm_opsGeliang Tang-0/+55
2025-03-20mptcp: pm: add struct_group in mptcp_pm_dataGeliang Tang-12/+6
2025-03-20mptcp: pm: only fill id_avail_bitmap for in-kernel pmGeliang Tang-1/+2
2025-03-20mptcp: pm: use pm variable instead of msk->pmGeliang Tang-4/+4
2025-03-20mptcp: pm: in-kernel: use kmemdup helperGeliang Tang-4/+2
2025-03-20mptcp: pm: split netlink and in-kernel initMatthieu Baerts (NGI0)-4/+9
2025-03-20net: vlan: don't propagate flags on openStanislav Fomichev-27/+4
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder-2/+2
2025-03-19xsk: fix an integer overflow in xp_create_and_assign_umem()Gavrilov Ilia-1/+1
2025-03-19Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni-1/+6
2025-03-19netconsole: allow selection of egress interface via MAC addressUday Shankar-12/+39
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar-3/+4
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev-14/+16
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev-38/+49
2025-03-199p/trans_fd: mark concurrent read and writes to p9_conn->errIgnacio Encinas-7/+10
2025-03-199p/net: return error on bogus (longer than requested) repliesDominique Martinet-4/+10
2025-03-199p/net: fix improper handling of bogus negative read/write repliesDominique Martinet-14/+16
2025-03-19devlink: fix xa_alloc_cyclic() error handlingMichal Swiatkowski-1/+1
2025-03-19xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()Dan Carpenter-1/+1
2025-03-18wifi: nl80211: re-enable multi-link reconfigurationJohannes Berg-1/+2
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet-3/+6
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet-18/+24
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet-47/+51
2025-03-18ipv4: frags: remove ipq_put()Eric Dumazet-11/+4
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet-9/+10
2025-03-18ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima-0/+2
2025-03-18ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima-1/+2
2025-03-18Merge tag 'linux-can-next-for-6.15-20250314' of git://git.kernel.org/pub/scm/...Paolo Abeni-1/+8
2025-03-18Merge tag 'linux-can-fixes-for-6.14-20250314' of git://git.kernel.org/pub/scm...Paolo Abeni-31/+39
2025-03-18Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux...Paolo Abeni-925/+907
2025-03-18net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau-6/+15
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni-1/+131
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni-1/+68
2025-03-18wifi: cfg80211: init wiphy_work before allocating rfkill failsEdward Adam Davis-3/+3
2025-03-18wifi: mac80211: check basic rates validity in sta_link_apply_parametersMikhail Lobanov-6/+6