aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing1-66/+34
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski5-1/+119
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski4-0/+222
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski3-34/+37
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski1-10/+22
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski1-17/+30
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski3-9/+12
2025-07-21ethtool: assert that drivers with sym hash are consistent for RSS contextsJakub Kicinski1-0/+4
2025-07-21mptcp: fix typo in a commentmoyuanhao1-1/+1
2025-07-21mptcp: add TCP_MAXSEG sockopt supportGeliang Tang2-0/+27
2025-07-21tcp: add tcp_sock_set_maxsegGeliang Tang1-9/+14
2025-07-21mptcp: sockopt: drop redundant tcp_getsockoptGeliang Tang1-4/+3
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev4-8/+10
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev3-4/+16
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev11-18/+18
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-9/+13
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev4-13/+17
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev3-4/+5
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev5-16/+17
2025-07-18net: selftests: add PHY-loopback test for bad TCP checksumsOleksij Rempel1-2/+65
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer8-37/+54
2025-07-18net: stream: add description for sk_stream_write_space()Suchit Karunakaran1-2/+6
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-69/+200
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima2-21/+17
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-18/+21
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima1-27/+16
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima2-15/+2
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima1-5/+5
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima1-8/+3
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima1-10/+15
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima1-5/+8
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima1-17/+28
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima1-21/+31
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima4-14/+33
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima1-17/+20
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima1-56/+32
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima1-13/+13
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima1-24/+19
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski2-9/+104
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski4-5/+69
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski1-1/+40
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski1-1/+11
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski3-0/+204
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski42-258/+409
2025-07-17Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski10-76/+109
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-17rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells2-16/+16
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4