aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-05-05net: mdio: Add support for RSFEC Control register for PMAMike Marciniszyn (Meta)1-0/+10
2026-05-04ipv6: mld: encode multicast exponential fieldsUjjal Roy1-0/+119
2026-05-04ipv4: igmp: encode multicast exponential fieldsUjjal Roy1-0/+87
2026-05-04ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy1-9/+57
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy1-7/+71
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet2-3/+8
2026-05-02ixgbe: E610: add discovering EEE capabilityJedrzej Jagielski1-0/+1
2026-05-02net: dsa: pass extack to dsa_switch_ops :: port_policer_add()David Yang1-1/+2
2026-05-01net/mlx5: use internal dma pools for frag buf allocNimrod Oren1-0/+2
2026-05-01net/mlx5: add frag buf pools create/destroy pathsNimrod Oren1-2/+5
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx groupEric Dumazet1-4/+4
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet1-4/+4
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet1-2/+2
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet1-9/+9
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet1-2/+2
2026-05-01ne2k: fold drivers/net/Space.c into ne.cArnd Bergmann2-7/+0
2026-05-01net: cs89x0: remove ISA bus probingArnd Bergmann1-1/+0
2026-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski3-11/+68
2026-04-30Merge tag 'wireless-next-2026-04-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski4-39/+121
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-9/+88
2026-04-30Merge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-1/+62
2026-04-30dpll: add pin operational stateIvan Vecera2-0/+29
2026-04-30dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera1-0/+1
2026-04-30net/tcp: Remove tcp_sigpoolEric Biggers1-34/+0
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers2-26/+26
2026-04-30net/tcp-ao: Use crypto library API instead of crypto_ahashEric Biggers1-8/+24
2026-04-29Merge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+1
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet1-0/+10
2026-04-29bonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet1-1/+1
2026-04-29net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()Eric Dumazet2-4/+4
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski1-0/+15
2026-04-29net/mlx5: Extend query_esw_functions output for multi-function supportMoshe Shemesh1-5/+59
2026-04-29net/mlx5: Remove unused host_sf_enable fieldMoshe Shemesh1-1/+0
2026-04-29net/mlx5: Add function_id_type for enable/disable_hca cmdsMoshe Shemesh1-2/+6
2026-04-29mlx5: Rename the vport number enums for host PF and VFMoshe Shemesh2-3/+3
2026-04-28Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-0/+42
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds2-3/+10
2026-04-28tracepoint: Fix typo in tracepoint.h commentSheng Che Peng1-1/+1
2026-04-28wifi: cfg80211: provide HT/VHT operation for AP beaconJohannes Berg1-0/+4
2026-04-28wifi: cfg80211: move AP HT/VHT/... operation to beacon infoJohannes Berg1-9/+10
2026-04-28wifi: cfg80211: remove HE/SAE H2E required fieldsJohannes Berg1-3/+1
2026-04-28wifi: nl80211: document channel opmode change channel widthJohannes Berg1-4/+6
2026-04-28wifi: mac80211: add __packed to union members of struct ieee80211_rx_statusPing-Ke Shih1-4/+6
2026-04-28wifi: Update EML function documentation to remove EMLSR-specific referencesPablo Martin-Gomez1-2/+2
2026-04-28wifi: Rename EMLSR delay constants and add EMLMR helpers and definitionsPablo Martin-Gomez1-10/+92
2026-04-28wifi: Remove EMLMR Delay subfield definitionsPablo Martin-Gomez1-6/+0
2026-04-28wifi: Remove invalid 128TU transition timeout constantPablo Martin-Gomez1-2/+1
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima1-0/+3
2026-04-27Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2026-04-27Merge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailboxLinus Torvalds2-4/+14