aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima2-13/+43
2025-03-03ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima1-17/+24
2025-03-03ipv4: 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-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-02-28inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet3-22/+10
2025-02-28ipv4: 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-27net: sched: Remove newline at the end of a netlink error messageGal Pressman1-1/+1
2025-02-27net-sysfs: remove unused initial ret valuesAntoine Tenart1-5/+5
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li1-0/+3
2025-02-27Bluetooth: 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/netdev/netLinus 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-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki1-0/+169
2025-02-26af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang1-0/+1
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn1-10/+1
2025-02-26net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-26net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-02-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet5-11/+24
2025-02-26net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-9/+3
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-10/+12
2025-02-26bpf: add get_netns_cookie helper to cgroup_skb programsMahe Tardy1-0/+2
2025-02-26wifi: cfg80211: expose update timestamp to driversBenjamin Berg3-6/+5
2025-02-26wifi: mac80211: add ieee80211_iter_chan_contexts_mtxMiri Korenblit1-1/+19
2025-02-26wifi: mac80211: fix integer overflow in hwmp_route_info_get()Gavrilov Ilia1-4/+10
2025-02-26wifi: mac80211: Fix possible integer promotion issueIlan Peer1-1/+1
2025-02-26wifi: cfg80211: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-02-26wifi: mac80211: Add counter for all monitor interfacesAlexander Wetzel5-15/+19
2025-02-26wifi: mac80211: Fix sparse warning for monitor_sdataAlexander Wetzel1-1/+1
2025-02-26wifi: mac80211: fix vendor-specific inheritanceJohannes Berg1-0/+8
2025-02-26wifi: mac80211: fix MLE non-inheritance parsingJohannes Berg2-45/+83
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-02-25mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2025-02-25mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1
2025-02-25mptcp: always handle address removal under msk socket lockPaolo Abeni1-5/+0
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman1-4/+4
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev2-16/+20
2025-02-25sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3