aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-1/+1
2025-06-16seg6: Allow End.X behavior to accept an oifIdo Schimmel1-2/+3
2025-06-16seg6: Call seg6_lookup_any_nexthop() from End.X behaviorIdo Schimmel1-1/+1
2025-06-16seg6: Extend seg6_lookup_any_nexthop() with an oif argumentIdo Schimmel1-7/+10
2025-06-16netpoll: move netpoll_print_options to netconsoleBreno Leitao1-17/+0
2025-06-16netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao1-109/+0
2025-06-16netpoll: expose netpoll logging macros in public headerBreno Leitao1-7/+0
2025-06-16netpoll: remove __netpoll_cleanup from exported APIBreno Leitao1-2/+1
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng1-24/+35
2025-06-13net: arp: use kfree_skb_reason() in arp_rcv()Qiu Yutan1-3/+7
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song1-1/+1
2025-06-12net: ncsi: Fix buffer overflow in fetching version idHari Kalavakunta2-1/+2
2025-06-12SUNRPC: Cleanup/fix initial rq_pages allocationBenjamin Coddington1-5/+1
2025-06-12net: ethtool: add dedicated callbacks for getting and setting rxfh fieldsJakub Kicinski1-10/+45
2025-06-12net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski1-0/+8
2025-06-12net: ethtool: remove the duplicated handling from rxfh and rxnfcJakub Kicinski1-52/+5
2025-06-12net: ethtool: copy the rxfh flow handlingJakub Kicinski1-1/+92
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski107-373/+487
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-199/+281
2025-06-12Merge tag 'wireless-2025-06-12' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+1
2025-06-12net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman1-1/+2
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski7-33/+99
2025-06-12af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.Kuniyuki Iwashima1-1/+2
2025-06-12ipv6: Move fib6_config_validate() to ip6_route_add().Kuniyuki Iwashima1-55/+55
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-12xfrm: always initialize offload pathLeon Romanovsky3-5/+3
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski1-6/+13
2025-06-11Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz1-2/+2
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz4-15/+64
2025-06-11Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS socketsLuiz Augusto von Dentz1-1/+4
2025-06-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz3-6/+8
2025-06-11Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz1-5/+15
2025-06-11Bluetooth: Fix NULL pointer deference on eir_get_service_dataLuiz Augusto von Dentz1-4/+6
2025-06-11net, bpf: Fix RCU usage in task_cls_state() for BPF programsCharalampos Mitrodimas1-1/+3
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro1-1/+1
2025-06-11bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen1-0/+13
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner1-0/+8
2025-06-11wifi: cfg80211: use kfree_sensitive() for connkeys cleanupZilin Guan1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-10net: stop napi kthreads when THREADED napi is disabledSamiullah Khawaja1-2/+43
2025-06-10Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski5-11/+15
2025-06-10net: remove unused sock_enable_timestampsWillem de Bruijn1-8/+0
2025-06-10bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti4-8/+12
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti1-3/+3
2025-06-09Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski4-96/+94