aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet4-16/+20
2025-03-05netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap aroundNicklas Bo Jensen1-2/+2
2025-03-05net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-04vlan: enforce underlying device typeOscar Maes1-1/+2
2025-03-04net: Prevent use after free in netif_napi_set_irq_locked()Dan Carpenter1-1/+1
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet2-28/+48
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet3-9/+9
2025-03-04tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet1-4/+2
2025-03-04tcp: use RCU in __inet{6}_check_established()Eric Dumazet2-6/+32
2025-03-04mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen1-3/+15
2025-03-04tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()Markus Elfring1-1/+2
2025-03-04net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier9-18/+19
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng1-0/+1
2025-03-04mptcp: pm: exit early with ADD_ADDR echo if possibleMatthieu Baerts (NGI0)1-0/+3
2025-03-04mptcp: pm: in-kernel: reduce parameters of set_flagsGeliang Tang1-7/+8
2025-03-04mptcp: pm: in-kernel: avoid access entry without lockGeliang Tang1-1/+1
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski26-383/+1099
2025-03-04Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski7-56/+116
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens2-2/+4
2025-03-04wifi: nl80211: disable multi-link reconfigurationJohannes Berg1-1/+1
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel2-10/+35
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel1-0/+3
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel14-23/+23
2025-03-04net: pktgen: remove all superfluous index assignementsPeter Seiderer1-46/+6
2025-03-04net: pktgen: fix mpls reset parsingPeter Seiderer1-1/+6
2025-03-04net: pktgen: fix access outside of user given buffer in pktgen_if_write()Peter Seiderer1-60/+118
2025-03-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer1-2/+4
2025-03-04net: pktgen: remove some superfluous variable initializingPeter Seiderer1-2/+2
2025-03-04net: pktgen: remove extra tmp variable (re-use len instead)Peter Seiderer1-5/+4
2025-03-04net: pktgen: fix mix of int/longPeter Seiderer1-18/+20
2025-03-03mptcp: Remove unused declaration mptcp_set_owner_r()Yue Haibing1-1/+0
2025-03-03mptcp: use sock_kmemdup for address entryGeliang Tang1-2/+1
2025-03-03net: use sock_kmemdup for ip_optionsGeliang Tang3-12/+5
2025-03-03sock: add sock_kmemdup helperGeliang Tang1-0/+16
2025-03-03tcp: tcp_set_window_clamp() cleanupEric Dumazet1-18/+18
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet4-5/+5
2025-03-03net: gro: convert four dev_net() callsEric Dumazet4-4/+4
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet3-20/+20
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet1-2/+8
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet4-6/+8
2025-03-03ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.Kuniyuki Iwashima1-5/+14
2025-03-03ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima2-24/+16
2025-03-03ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima1-6/+4
2025-03-03ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().Kuniyuki Iwashima1-5/+7
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima1-35/+26
2025-03-03ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima1-44/+41
2025-03-03ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima1-11/+6
2025-03-03ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima1-16/+11
2025-03-03ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima1-19/+9