summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when sending chandefLachlan Hodges
2025-11-24mptcp: leverage the backlog for RX packet processingPaolo Abeni
2025-11-24mptcp: introduce mptcp-level backlogPaolo Abeni
2025-11-24mptcp: borrow forward memory from subflowPaolo Abeni
2025-11-24mptcp: handle first subflow closing consistentlyPaolo Abeni
2025-11-24mptcp: drop the __mptcp_data_ready() helperPaolo Abeni
2025-11-24mptcp: make mptcp_destroy_common() staticPaolo Abeni
2025-11-24mptcp: do not miss early first subflow close event notificationPaolo Abeni
2025-11-24mptcp: ensure the kernel PM does not take action too latePaolo Abeni
2025-11-24mptcp: cleanup fallback dummy mapping generationPaolo Abeni
2025-11-24mptcp: cleanup fallback data fin receptionPaolo Abeni
2025-11-24mptcp: fix memcg accounting for passive socketsPaolo Abeni
2025-11-24mptcp: grafting MPJ subflow earlierPaolo Abeni
2025-11-24mptcp: factor-out cgroup data inherit helperPaolo Abeni
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni
2025-11-24net: optimize eth_type_trans() vs CONFIG_STACKPROTECTOR_STRONG=yEric Dumazet
2025-11-24net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet
2025-11-24wifi: cfg80211: stop radar detection in cfg80211_leave()Johannes Berg
2025-11-24wifi: cfg80211: use cfg80211_leave() in iftype changeJohannes Berg
2025-11-24wifi: mac80211: fix channel switching codeJohannes Berg
2025-11-23SUNRPC: new helper function for stopping backchannel serverOlga Kornievskaia
2025-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia
2025-11-21Merge tag 'for-net-2025-11-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-11-20devlink: support default values for param-get and param-setDaniel Zahka
2025-11-20devlink: refactor devlink_nl_param_value_fill_one()Daniel Zahka
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla
2025-11-20net: atm: fix incorrect cleanup function call in error pathSayooj K Karun
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet
2025-11-20Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen
2025-11-20Bluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis
2025-11-20Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-11-20wifi: mac80211: refactor CMAC packet handlersChien Wong
2025-11-20wifi: mac80211: refactor CMAC crypt functionsChien Wong