summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet2024-02-091-9/+5
* net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet2024-02-091-41/+7
* net: dsa: tag_sja1105: remove "inline" keywordVladimir Oltean2024-02-091-2/+2
* net: dsa: remove "inline" from dsa_user_netpoll_send_skb()Vladimir Oltean2024-02-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0936-216/+497
|\
| * Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-0812-99/+144
| |\
| | * netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal2024-02-083-39/+10
| | * netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal2024-02-081-5/+23
| | * netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal2024-02-083-26/+44
| | * netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso2024-02-081-3/+3
| | * netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal2024-02-081-3/+10
| | * netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-02-084-13/+28
| | * netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso2024-02-081-0/+3
| | * netfilter: ctnetlink: fix filtering for zone 0Felix Huettner2024-02-081-4/+8
| | * netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-082-2/+4
| | * netfilter: nft_set_pipapo: remove static in nft_pipapo_get()Pablo Neira Ayuso2024-02-081-1/+1
| | * netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso2024-02-071-1/+7
| | * netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso2024-02-071-1/+2
| | * netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso2024-02-071-3/+3
| * | Merge tag 'wireless-2024-02-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-0710-67/+175
| |\ \
| | * | wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg2024-02-021-12/+18
| | * | wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg2024-02-021-0/+1
| | * | wifi: mac80211: fix waiting for beacons logicJohannes Berg2024-02-021-2/+1
| | * | wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg2024-02-021-7/+7
| | * | wifi: mac80211: initialize SMPS mode correctlyJohannes Berg2024-02-021-4/+3
| | * | wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg2024-02-023-8/+3
| | * | wifi: mac80211: set station RX-NSS on reconfigJohannes Berg2024-02-021-0/+2
| | * | wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg2024-02-021-3/+4
| | * | wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg2024-02-021-27/+76
| | * | wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg2024-02-021-1/+58
| | * | wifi: mac80211: Drop WBRF debugging statementsMario Limonciello2024-01-261-2/+0
| | * | wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg2024-01-261-1/+2
| * | | devlink: avoid potential loop in devlink_rel_nested_in_notify_work()Jiri Pirko2024-02-071-6/+6
| * | | af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima2024-02-071-0/+11
| * | | tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-061-0/+6
| * | | rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-054-25/+117
| * | | rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-051-0/+8
| * | | rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-052-6/+1
| * | | rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-055-9/+23
| | |/ | |/|
| * | inet: read sk->sk_family once in inet_recv_error()Eric Dumazet2024-02-041-2/+4
| * | tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart2024-02-031-1/+1
| * | net: Fix from address in memcpy_to_iter_csum()Michael Lass2024-02-021-1/+1
* | | xfrm: interface: use exit_batch_rtnl() methodEric Dumazet2024-02-081-8/+6
* | | bridge: use exit_batch_rtnl() methodEric Dumazet2024-02-081-10/+5
* | | ip_tunnel: use exit_batch_rtnl() methodEric Dumazet2024-02-084-21/+29
* | | sit: use exit_batch_rtnl() methodEric Dumazet2024-02-081-8/+5
* | | ip6_vti: use exit_batch_rtnl() methodEric Dumazet2024-02-081-7/+5
* | | ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet2024-02-081-7/+5
* | | ip6_gre: use exit_batch_rtnl() methodEric Dumazet2024-02-081-7/+5
* | | ipv4: add __unregister_nexthop_notifier()Eric Dumazet2024-02-081-6/+13