aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-19Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni1-1/+6
2025-03-19netconsole: allow selection of egress interface via MAC addressUday Shankar1-12/+39
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar1-3/+4
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev3-14/+16
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev6-38/+49
2025-03-199p/trans_fd: mark concurrent read and writes to p9_conn->errIgnacio Encinas1-7/+10
2025-03-199p/net: return error on bogus (longer than requested) repliesDominique Martinet1-4/+10
2025-03-199p/net: fix improper handling of bogus negative read/write repliesDominique Martinet1-14/+16
2025-03-19devlink: fix xa_alloc_cyclic() error handlingMichal Swiatkowski1-1/+1
2025-03-19xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()Dan Carpenter1-1/+1
2025-03-18wifi: nl80211: re-enable multi-link reconfigurationJohannes Berg1-1/+2
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet2-3/+6
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet5-18/+24
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet5-47/+51
2025-03-18ipv4: frags: remove ipq_put()Eric Dumazet1-11/+4
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet5-9/+10
2025-03-18ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-18ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-18Merge tag 'linux-can-next-for-6.15-20250314' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextPaolo Abeni4-1/+8
2025-03-18Merge tag 'linux-can-fixes-for-6.14-20250314' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canPaolo Abeni3-31/+39
2025-03-18Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux-mergePaolo Abeni36-925/+907
2025-03-18net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau1-6/+15
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni2-1/+131
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni5-1/+68
2025-03-18wifi: cfg80211: init wiphy_work before allocating rfkill failsEdward Adam Davis1-3/+3
2025-03-18wifi: mac80211: check basic rates validity in sta_link_apply_parametersMikhail Lobanov1-6/+6
2025-03-18wifi: mac80211: fix indentation in ieee80211_set_monitor_channel()Johannes Berg1-2/+2
2025-03-18wifi: nl80211: store chandef on the correct link when starting CACAditya Kumar Singh1-1/+1
2025-03-18Merge net-next/main to resolve conflictsJohannes Berg124-2834/+4053
2025-03-18net: ethtool: Export the link_mode_params definitionsMaxime Chevallier2-7/+1
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen3-5/+5
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen4-16/+42
2025-03-17tcp: AccECN support to tcp_add_backlogIlpo Järvinen1-1/+2
2025-03-17gro: prevent ACE field corruption & better AccECN handlingIlpo Järvinen1-2/+2
2025-03-17gso: AccECN supportIlpo Järvinen2-1/+6
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen5-13/+15
2025-03-17tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()Ilpo Järvinen1-9/+6
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen4-9/+11
2025-03-17tcp: create FLAG_TS_PROGRESSIlpo Järvinen1-9/+28
2025-03-17tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen1-24/+32
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-2/+2
2025-03-15net: filter: Avoid shadowing variable in bpf_convert_ctx_access()Breno Leitao1-2/+2
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang1-3/+5
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti4-1/+8
2025-03-14can: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni31-133/+327
2025-03-13tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAXJason Xing1-0/+6
2025-03-13tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MINJason Xing1-0/+6
2025-03-13tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flagsJason Xing1-12/+21
2025-03-13Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter1-1/+6