summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2024-02-12net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee
2024-02-12mptcp: really cope with fastopen racePaolo Abeni
2024-02-12mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni
2024-02-12mptcp: fix more tx path fields initializationPaolo Abeni
2024-02-12mptcp: fix rcv space initializationPaolo Abeni
2024-02-12mptcp: drop the push_pending fieldPaolo Abeni
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet
2024-02-10net: tls: fix returned read length with async decryptJakub Kicinski
2024-02-10net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca
2024-02-10net: tls: handle backlogging of crypto requestsJakub Kicinski
2024-02-10tls: fix race between tx work scheduling and socket closeJakub Kicinski
2024-02-10tls: fix race between async notify and socket closeJakub Kicinski
2024-02-10net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski
2024-02-09Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-09net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao
2024-02-09net: fill in MODULE_DESCRIPTION()s for 6LoWPANBreno Leitao
2024-02-09net: fill in MODULE_DESCRIPTION()s for af_keyBreno Leitao
2024-02-09net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao
2024-02-09net: fill in MODULE_DESCRIPTION()s for xfrmBreno Leitao
2024-02-09net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira
2024-02-09net: openvswitch: limit the number of recursions from action setsAaron Conole
2024-02-09Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski
2024-02-09net: add napi_busy_loop_rcu()Stefan Roesch
2024-02-09net: split off __napi_busy_poll from napi_busy_pollStefan Roesch
2024-02-09xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet
2024-02-08net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet
2024-02-08net: dsa: tag_sja1105: remove "inline" keywordVladimir Oltean
2024-02-08net: dsa: remove "inline" from dsa_user_netpoll_send_skb()Vladimir Oltean
2024-02-08net/handshake: Fix handshake_req_destroy_test1Chuck Lever
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh
2024-02-08wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh
2024-02-08wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh
2024-02-08wifi: cfg80211: send link id in channel_switch opsAditya Kumar Singh
2024-02-08wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee
2024-02-08wifi: cfg80211: Add utility for converting op_class into chandefMichael-CY Lee
2024-02-08wifi: mac80211: don't use sband->band earlyJohannes Berg
2024-02-08wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg
2024-02-08wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg