summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet
2024-04-19net: rps: locklessly access rflow->cpuJason Xing
2024-04-19net: rps: protect filter locklesslyJason Xing
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing
2024-04-19net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet
2024-04-19net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet
2024-04-19net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet
2024-04-19net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet
2024-04-19net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet
2024-04-19net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet
2024-04-19net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet
2024-04-19net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet
2024-04-19net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet
2024-04-19net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet
2024-04-19net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet
2024-04-19net_sched: cake: implement lockless cake_dump()Eric Dumazet
2024-04-19net_sched: sch_fq: implement lockless fq_dump()Eric Dumazet
2024-04-19wifi: mac80211: handle link ID during management TxSriram R
2024-04-19wifi: mac80211: handle sdata->u.ap.active flag with MLOAditya Kumar Singh
2024-04-19wifi: cfg80211: add return docs for regulatory functionsJohannes Berg
2024-04-19wifi: cfg80211: make some regulatory functions voidJohannes Berg
2024-04-19wifi: mac80211: add return docs for sta_info_flush()Johannes Berg
2024-04-19wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg
2024-04-19wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg
2024-04-19wifi: mac80211: reserve chanctx during findJohannes Berg
2024-04-19wifi: mac80211: defer link switch work in reconfigMiri Korenblit
2024-04-19wifi: mac80211: transmit deauth only if link is availableJohannes Berg
2024-04-19wifi: mac80211: fix unaligned le16 accessJohannes Berg
2024-04-19wifi: mac80211: remove link before APJohannes Berg
2024-04-19wifi: nl80211: don't free NULL coalescing ruleJohannes Berg
2024-04-19wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg
2024-04-19wifi: mac80211: mlme: fix memory leakJohannes Berg
2024-04-19wifi: mac80211: mlme: re-parse with correct modeJohannes Berg
2024-04-19wifi: mac80211: fix idle calculation with multi-linkJohannes Berg
2024-04-18net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-04-18neighbour: guarantee the localhost connections be established successfully ev...Zheng Li
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony
2024-04-17tcp_metrics: use parallel_ops for tcp_metrics_nl_familyEric Dumazet
2024-04-17tcp_metrics: fix tcp_metrics_nl_dump() return valueEric Dumazet
2024-04-17netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet