summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-04dt-bindings: net: airoha: Add the NPU node for EN7581 SoCLorenzo Bianconi
2025-03-04net: airoha: Rename airoha_set_gdm_port_fwd_cfg() in airoha_set_vip_for_gdm_p...Lorenzo Bianconi
2025-03-04net: airoha: Move REG_GDM_FWD_CFG() initialization in airoha_dev_init()Lorenzo Bianconi
2025-03-04net: airoha: Enable support for multiple net_devicesLorenzo Bianconi
2025-03-04net: dsa: mt7530: Enable Rx sptag for EN7581 SoCLorenzo Bianconi
2025-03-04net: airoha: Move DSA tag in DMA descriptorLorenzo Bianconi
2025-03-04net: airoha: Move register definitions in airoha_regs.hLorenzo Bianconi
2025-03-04net: airoha: Move reg/write utility routines in airoha_eth.hLorenzo Bianconi
2025-03-04net: airoha: Move definitions in airoha_eth.hLorenzo Bianconi
2025-03-04net: airoha: Move airoha_eth driver in a dedicated folderLorenzo Bianconi
2025-03-04Merge branch 'net-notify-users-when-an-iface-cannot-change-its-netns'Paolo Abeni
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-03-04Merge branch 'some-pktgen-fixes-improvments-part-ii'Paolo Abeni
2025-03-04selftest: net: add proc_net_pktgenPeter Seiderer
2025-03-04net: pktgen: remove all superfluous index assignementsPeter Seiderer
2025-03-04net: pktgen: fix mpls reset parsingPeter Seiderer
2025-03-04net: pktgen: fix access outside of user given buffer in pktgen_if_write()Peter Seiderer
2025-03-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer
2025-03-04net: pktgen: remove some superfluous variable initializingPeter Seiderer
2025-03-04net: pktgen: remove extra tmp variable (re-use len instead)Peter Seiderer
2025-03-04net: pktgen: fix mix of int/longPeter Seiderer
2025-03-03net: sfp: add quirk for FS SFP-10GM-T copper SFP+ moduleMartin Schiller
2025-03-03mptcp: Remove unused declaration mptcp_set_owner_r()Yue Haibing
2025-03-03Merge branch 'add-sock_kmemdup-helper'Jakub Kicinski
2025-03-03mptcp: use sock_kmemdup for address entryGeliang Tang
2025-03-03net: use sock_kmemdup for ip_optionsGeliang Tang
2025-03-03sock: add sock_kmemdup helperGeliang Tang
2025-03-03Merge branch 'tcp-misc-changes'Jakub Kicinski
2025-03-03tcp: tcp_set_window_clamp() cleanupEric Dumazet
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet
2025-03-03net: gro: convert four dev_net() callsEric Dumazet
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet
2025-03-03Merge branch 'ipv4-fib-convert-rtm_newroute-and-rtm_delroute-to-per-netns-rtnl'Jakub Kicinski
2025-03-03ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.Kuniyuki Iwashima
2025-03-03ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima
2025-03-03ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima
2025-03-03ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().Kuniyuki Iwashima
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima
2025-03-03ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima
2025-03-03ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima
2025-03-03ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima
2025-03-03ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima
2025-03-03ipv4: fib: Use cached net in fib_inetaddr_event().Kuniyuki Iwashima
2025-03-03selftests: net: report output format as TAP 13 in Python testsJakub Kicinski