summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg151-805/+2132
2024-10-09Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg2-7/+1
2024-10-09caif: Remove unused cfsrvl_getphyidDr. David Alan Gilbert1-6/+0
2024-10-09net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing4-12/+11
2024-10-08wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg2-1/+7
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg4-25/+1
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg3-236/+0
2024-10-08wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg6-1736/+0
2024-10-08wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka1-2/+0
2024-10-08mac80211: Reorganize kerneldoc parameter namesJulia Lawall2-8/+8
2024-10-08wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy1-10/+54
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov19-22/+22
2024-10-08wifi: mac80211: constify ieee80211_ie_build_{he,eht}_oper() chandefJeff Johnson2-4/+4
2024-10-08rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier.Kuniyuki Iwashima2-0/+132
2024-10-08rtnetlink: Add assertion helpers for per-netns RTNL.Kuniyuki Iwashima1-0/+12
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima3-0/+79
2024-10-08ipv4: remove fib_info_devhash[]Eric Dumazet1-20/+15
2024-10-08ipv4: remove fib_info_lockEric Dumazet1-12/+6
2024-10-08ipv4: use rcu in ip_fib_check_default()Eric Dumazet1-9/+4
2024-10-08ipv4: remove fib_devindex_hashfn()Eric Dumazet1-9/+4
2024-10-08net: dsa: remove obsolete phylink dsa_switch operationsRussell King (Oracle)2-41/+1
2024-10-08net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong1-0/+1
2024-10-05net_sched: sch_fq: add the ability to offload pacingJeffrey Ji1-6/+27
2024-10-05net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet1-0/+4
2024-10-05tcp: add a fast path in tcp_delack_timer()Eric Dumazet4-4/+15
2024-10-05tcp: add a fast path in tcp_write_timer()Eric Dumazet1-0/+5
2024-10-05tcp: annotate data-races around icsk->icsk_pendingEric Dumazet6-18/+26
2024-10-04ethtool: rss: fix rss key initialization warningDaniel Zahka1-0/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko8-12/+13
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko3-11/+41
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert2-47/+1
2024-10-04net/rds: remove unused struct 'rds_ib_dereg_odp_mr'Dr. David Alan Gilbert1-4/+0
2024-10-04ipv4: Convert ip_route_input_slow() to dscp_t.Guillaume Nault1-8/+10
2024-10-04ipv4: Convert ip_route_input_rcu() to dscp_t.Guillaume Nault1-7/+9
2024-10-04ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault6-10/+11
2024-10-04ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault4-7/+10
2024-10-04ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault1-10/+9
2024-10-04ipv4: avoid quadratic behavior in FIB insertion of common addressAlexandre Ferrieux1-6/+5
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds17-54/+98
2024-10-03sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-4/+10
2024-10-03net/ncsi: Disable the ncsi work before freeing the associated structureEddie James1-0/+2
2024-10-03gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
2024-10-03bridge: mcast: Fail MDB get request on empty entryIdo Schimmel1-1/+1
2024-10-03net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2-4/+16
2024-10-03Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-26/+22
2024-10-03Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-1/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro56-56/+56
2024-10-01ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-10-01net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7