summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-10net: stmmac: Apply new page pool parameters when SPH is enabledFurong Xu1-0/+5
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni3-99/+22
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet1-11/+13
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel1-0/+1
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov1-0/+11
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent6-11/+39
2025-02-06Merge branch 'net-first-round-to-use-dev_net_rcu'Jakub Kicinski11-65/+113
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet1-5/+9
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-06ipv4: icmp: convert to dev_net_rcu()Eric Dumazet1-14/+17
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-06ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-02-06ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-06ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-02-06ipv4: use RCU protection in ip_dst_mtu_maybe_forward()Eric Dumazet1-3/+10
2025-02-06ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-06net: add dev_net_rcu() helperEric Dumazet2-1/+7
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds36-178/+446
2025-02-06Revert "net: stmmac: Specify hardware capability value when FIFO size isn't s...Russell King (Oracle)1-18/+17
2025-02-06MAINTAINERS: add a sample ethtool section entryJakub Kicinski1-0/+6
2025-02-06MAINTAINERS: add entry for ethtoolJakub Kicinski1-0/+10
2025-02-05Merge branch 'rxrpc-call-state-fixes'Jakub Kicinski5-11/+15
2025-02-05rxrpc: Fix race in call state changing vs recvmsg()David Howells1-1/+9
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells5-10/+6
2025-02-05net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-02-05tun: revert fix group permission checkWillem de Bruijn1-9/+5
2025-02-05Merge branch 'net_sched-two-security-bug-fixes-and-test-cases'Jakub Kicinski4-2/+60
2025-02-05selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog()Cong Wang1-1/+33
2025-02-05netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang1-1/+1
2025-02-05selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0Quang Le1-0/+23
2025-02-05pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-02-05selftests: mptcp: connect: -f: no reconnectMatthieu Baerts (NGI0)1-1/+1
2025-02-05Merge tag 'for-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+22
2025-02-04net: rose: lock the socket in rose_bind()Eric Dumazet1-8/+16
2025-02-04net: atlantic: fix warning during hot unplugJacob Moroni1-1/+3
2025-02-04Merge tag 'kthreads-fixes-2025-02-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2025-02-04Merge tag 'livepatching-for-6.14-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2025-02-04Merge tag 'platform-drivers-x86-v6.14-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-8/+7
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells3-7/+12
2025-02-04platform/x86/intel/ifs: Update documentation with image download pathJithu Joseph1-5/+4
2025-02-03net: harmonize tstats and dstatsPaolo Abeni2-1/+15
2025-02-03Merge branch 'ethtool-rss-minor-fixes-for-recent-rss-changes'Jakub Kicinski3-3/+11
2025-02-03selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not ...Jakub Kicinski1-1/+6
2025-02-03selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigureJakub Kicinski1-0/+2
2025-02-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-02-03ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski1-1/+2
2025-02-04kthread: Fix return value on kzalloc() failure in kthread_affine_preferred()Yu-Chun Lin1-2/+2