summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-23af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima1-5/+12
2024-04-23ax25: Fix netdev refcount issueDuoming Zhou1-1/+1
2024-04-23net: openvswitch: Check vport netdev nameJun Gu1-1/+4
2024-04-23netfilter: nfnetlink: Handle ACK flags for batch messagesDonald Hunter1-0/+5
2024-04-23Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-12/+24
2024-04-23net: add callback for setting a ubuf_info to skbPavel Begunkov1-6/+14
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-6/+10
2024-04-23tcp: try to send bigger TSO packetsEric Dumazet1-2/+36
2024-04-23tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet1-12/+14
2024-04-23tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet1-13/+5
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek2-4/+6
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-68/+23
2024-04-22bridge/br_netlink.c: no need to return void functionHangbin Liu1-1/+1
2024-04-22tcp: do not export tcp_twsk_purge()Eric Dumazet1-1/+0
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet1-2/+10
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh22-25/+25
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2-68/+23
2024-04-20udp: preserve the connected status if only UDP cmsgYick Xie2-4/+6
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet1-4/+5
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet1-18/+13
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet1-11/+19
2024-04-19net: rps: locklessly access rflow->cpuJason Xing1-1/+1
2024-04-19net: rps: protect filter locklesslyJason Xing1-4/+4
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing1-4/+4
2024-04-19net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet1-3/+5
2024-04-19net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet1-18/+21
2024-04-19net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet1-14/+21
2024-04-19net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet1-5/+4
2024-04-19net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet1-27/+34
2024-04-19net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet1-22/+35
2024-04-19net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet1-6/+7
2024-04-19net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet1-11/+14
2024-04-19net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet1-5/+5
2024-04-19net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet1-11/+18
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet1-10/+11
2024-04-19net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet1-10/+10
2024-04-19net_sched: cake: implement lockless cake_dump()Eric Dumazet1-47/+63
2024-04-19net_sched: sch_fq: implement lockless fq_dump()Eric Dumazet1-39/+69
2024-04-19wifi: mac80211: handle link ID during management TxSriram R1-1/+11
2024-04-19wifi: mac80211: handle sdata->u.ap.active flag with MLOAditya Kumar Singh1-3/+7
2024-04-19wifi: cfg80211: add return docs for regulatory functionsJohannes Berg1-1/+4
2024-04-19wifi: cfg80211: make some regulatory functions voidJohannes Berg3-16/+13
2024-04-19wifi: mac80211: add return docs for sta_info_flush()Johannes Berg1-2/+2
2024-04-19wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg3-16/+52
2024-04-19wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg1-8/+9
2024-04-19wifi: mac80211: reserve chanctx during findJohannes Berg1-2/+29
2024-04-19wifi: mac80211: defer link switch work in reconfigMiri Korenblit2-0/+12
2024-04-19wifi: mac80211: transmit deauth only if link is availableJohannes Berg4-26/+46
2024-04-19wifi: mac80211: fix unaligned le16 accessJohannes Berg1-1/+1
2024-04-19wifi: mac80211: remove link before APJohannes Berg1-2/+5