summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-06-19net/smc: remove unused input parameters in smc_buf_get_slotWang Liang-3/+2
2025-06-19tcp: tcp_time_to_recover() cleanupEric Dumazet-5/+3
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande-3/+9
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-58/+136
2025-06-19Merge tag 'wireless-2025-06-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-9/+29
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet-2/+3
2025-06-19net: atm: add lec_mutexEric Dumazet-0/+7
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski-4/+4
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima-0/+8
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton-9/+2
2025-06-19pidfs: remove pidfs_{get,put}_pid()Christian Brauner-5/+0
2025-06-19ipv6: Simplify link-local address generation for IPv6 GRE.Guillaume Nault-5/+5
2025-06-18net: ethtool: Add PSE port priority support featureKory Maincent (Dent Project)-0/+18
2025-06-18net: ethtool: Add support for new power domains index descriptionKory Maincent (Dent Project)-0/+7
2025-06-18net: pse-pd: Add support for reporting eventsKory Maincent (Dent Project)-0/+39
2025-06-18devlink: Add new "enable_phc" generic device paramDavid Arinzon-0/+5
2025-06-18net: remove redundant ASSERT_RTNL() in queue setup functionsStanislav Fomichev-2/+0
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev-24/+72
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei-0/+3
2025-06-18tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu-2/+2
2025-06-18nfc: Remove checks for nla_data returning NULLSimon Horman-5/+1
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell-12/+25
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima-1/+2
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo-19/+19
2025-06-17mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima-2/+2
2025-06-17net: ipv6: Add ip6_mr_output()Petr Machata-0/+119
2025-06-17net: ipv6: ip6mr: Split ip6mr_forward2() in twoPetr Machata-7/+16
2025-06-17net: ipv6: ip6mr: Make ip6mr_forward2() voidPetr Machata-6/+6
2025-06-17net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata-1/+2
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata-5/+6
2025-06-17net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata-16/+16
2025-06-17net: ipv4: Add ip_mr_output()Petr Machata-1/+118
2025-06-17net: ipv4: ipmr: Split ipmr_queue_xmit() in twoPetr Machata-16/+29
2025-06-17net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'Petr Machata-5/+2
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata-8/+12
2025-06-17net: dsa: tag_brcm: add support for legacy FCS tagsÁlvaro Fernández Rojas-3/+86
2025-06-17net: dsa: tag_brcm: legacy: reorganize functionsÁlvaro Fernández Rojas-32/+32
2025-06-17tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell-3/+0
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell-26/+1
2025-06-17tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery codeNeal Cardwell-127/+10
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim-2/+4
2025-06-17Merge tag 'linux-can-fixes-for-6.16-20250617' of git://git.kernel.org/pub/scm...Jakub Kicinski-21/+47
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry-3/+0
2025-06-17Merge branch 'io_uring-cmd-for-tx-timestamps'Jakub Kicinski-0/+46
2025-06-17net: timestamp: add helper returning skb's tx tstampPavel Begunkov-0/+46
2025-06-17s390/drivers: Explicitly include <linux/export.h>Heiko Carstens-0/+1
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior-21/+47
2025-06-17wifi: mac80211: don't WARN for late channel/color switchJohannes Berg-9/+25
2025-06-17wifi: mac80211: drop invalid source address OCB framesJohannes Berg-0/+4
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)-6/+1