summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-04mptcp: Remove unused declaration mptcp_set_owner_r()Yue Haibing1-1/+0
2025-03-04mptcp: use sock_kmemdup for address entryGeliang Tang1-2/+1
2025-03-04net: use sock_kmemdup for ip_optionsGeliang Tang3-12/+5
2025-03-04sock: add sock_kmemdup helperGeliang Tang1-0/+16
2025-03-04tcp: tcp_set_window_clamp() cleanupEric Dumazet1-18/+18
2025-03-04tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet4-5/+5
2025-03-04net: gro: convert four dev_net() callsEric Dumazet4-4/+4
2025-03-04tcp: convert to dev_net_rcu()Eric Dumazet3-20/+20
2025-03-04tcp: add four drop reasons to tcp_check_req()Eric Dumazet1-2/+8
2025-03-04tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet4-6/+8
2025-03-04ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.Kuniyuki Iwashima1-5/+14
2025-03-04ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima2-24/+16
2025-03-04ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima1-6/+4
2025-03-04ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().Kuniyuki Iwashima1-5/+7
2025-03-04ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima1-35/+26
2025-03-04ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima1-44/+41
2025-03-04ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima1-11/+6
2025-03-04ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima1-16/+11
2025-03-04ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima1-19/+9
2025-03-04ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima2-13/+43
2025-03-04ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima1-18/+25
2025-03-04ipv4: fib: Use cached net in fib_inetaddr_event().Kuniyuki Iwashima1-2/+2
2025-03-03llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet1-22/+27
2025-03-03netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior1-2/+4
2025-03-03wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich1-1/+2
2025-03-02net/tls: use the new scatterwalk functionsEric Biggers1-25/+6
2025-03-01net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-03-01inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet3-22/+10
2025-03-01ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addressesEric Dumazet1-16/+16
2025-02-28wifi: mac80211: refactor populating mesh related fields in sinfoSarika Sharma1-29/+35
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma1-5/+6
2025-02-28net: sched: Remove newline at the end of a netlink error messageGal Pressman1-1/+1
2025-02-28net-sysfs: remove unused initial ret valuesAntoine Tenart1-5/+5
2025-02-28Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li1-0/+3
2025-02-28Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li1-0/+2
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-153/+233
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds29-119/+139
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-02-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin1-10/+0
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin1-0/+62
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin2-34/+37
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin2-70/+65
2025-02-27pktgen: avoid unused-const-variable warningArnd Bergmann1-7/+2
2025-02-27net: move aRFS rmap management and CPU affinity to coreAhmed Zaki1-0/+169
2025-02-27af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang1-0/+1
2025-02-27net: skb: free up one bit in tx_flagsWillem de Bruijn1-10/+1