summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2025-02-19ipv4: fib_rules: Add port mask matchingIdo Schimmel
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima
2025-02-18ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn
2025-02-18ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn
2025-02-18ipv4: remove get_rttosWillem de Bruijn
2025-02-18ipv4: initialize inet socket cookies with sockcm_initWillem de Bruijn
2025-02-18net: initialize mark in sockcm_initWillem de Bruijn
2025-02-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-02-17netlink: Add nla_put_empty_nest helperJoe Damato
2025-02-17net: use napi_id_valid helperStefano Jordhani
2025-02-14net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL()Eric Dumazet
2025-02-14libeth: move idpf_rx_csum_decoded and idpf_rx_extractedMateusz Polchlopek
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz
2025-02-12net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni
2025-02-12net: report csum_complete via qstatsJakub Kicinski
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet
2025-02-11tcp: add the ability to control max RTOEric Dumazet
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet
2025-02-11wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth RxEmmanuel Grumbach
2025-02-11wifi: mac80211: add strict mode disabling workaroundsJohannes Berg
2025-02-11wifi: mac80211: Add support for EPCS configurationIlan Peer
2025-02-11wifi: mac80211: Drop cooked monitor supportAlexander Wetzel
2025-02-11wifi: nl80211/cfg80211: Stop supporting cooked monitorAlexander Wetzel
2025-02-10net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima
2025-02-10vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet
2025-02-10xsk: add helper to get &xdp_desc's DMA and meta pointer in one goAlexander Lobakin
2025-02-08lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet
2025-02-06netdev-genl: Elide napi_id when not presentJoe Damato
2025-02-06Merge branch 'io_uring-zero-copy-rx'Jakub Kicinski
2025-02-06net: add helpers for setting a memory provider on an rx queueDavid Wei
2025-02-06net: page_pool: add memory provider helpersPavel Begunkov
2025-02-06net: page_pool: add a mp hook to unregister_netdevice*Pavel Begunkov
2025-02-06net: page_pool: add callback for mp info printingPavel Begunkov
2025-02-06net: page_pool: create hooks for custom memory providersPavel Begunkov
2025-02-06net: generalise net_iov chunk ownersPavel Begunkov
2025-02-06ipv4: use RCU protection in ip_dst_mtu_maybe_forward()Eric Dumazet
2025-02-06ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet
2025-02-06net: add dev_net_rcu() helperEric Dumazet
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-06RDMA/mana_ib: Query feature_flags bitmask from FWShiraz Saleem
2025-02-05net: sched: Fix truncation of offloaded action statisticsIdo Schimmel
2025-02-05net-sysfs: move queue attribute groups outside the default groupsAntoine Tenart