summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-09ipv6: switch inet6_addr_hash() to less predictable hashEric Dumazet
2024-10-09tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo
2024-10-09ipv4: Convert __fib_validate_source() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_route_input_mc() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert __mkroute_input() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_mkroute_input() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-09netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-10-09net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hashJonas Rebmann
2024-10-09net/9p/usbg: Fix build errorJinjie Ruan
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg
2024-10-09Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-08caif: Remove unused cfsrvl_getphyidDr. David Alan Gilbert
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing
2024-10-08wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg
2024-10-08wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg
2024-10-08wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka
2024-10-08mac80211: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-08wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov
2024-10-08wifi: mac80211: constify ieee80211_ie_build_{he,eht}_oper() chandefJeff Johnson
2024-10-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-10-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-10-08wifi: mac80211: Convert color collision detection to wiphy workRemi Pommarel
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang
2024-10-08wifi: mac80211: Fix setting txpower with emulate_chanctxBen Greear
2024-10-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven
2024-10-08bpf: add get_netns_cookie helper to tc programsMahe Tardy
2024-10-08rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier.Kuniyuki Iwashima
2024-10-08rtnetlink: Add assertion helpers for per-netns RTNL.Kuniyuki Iwashima
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima
2024-10-07Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-10-07ipv4: remove fib_info_devhash[]Eric Dumazet
2024-10-07ipv4: remove fib_info_lockEric Dumazet
2024-10-07ipv4: use rcu in ip_fib_check_default()Eric Dumazet
2024-10-07ipv4: remove fib_devindex_hashfn()Eric Dumazet
2024-10-07net: dsa: remove obsolete phylink dsa_switch operationsRussell King (Oracle)
2024-10-07net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin
2024-10-07net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin