summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-03mptcp: Remove unused declaration mptcp_set_owner_r()Yue Haibing
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-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-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-03llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet
2025-03-03netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior
2025-03-03wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich
2025-03-02net/tls: use the new scatterwalk functionsEric Biggers
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-02-28inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet
2025-02-28ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addressesEric Dumazet
2025-02-28wifi: mac80211: refactor populating mesh related fields in sinfoSarika Sharma
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma
2025-02-27net: sched: Remove newline at the end of a netlink error messageGal Pressman
2025-02-27net-sysfs: remove unused initial ret valuesAntoine Tenart
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-02-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin
2025-02-27pktgen: avoid unused-const-variable warningArnd Bergmann
2025-02-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki
2025-02-26af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn