summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-22net: mctp: copy skb ext data when fragmentingJeremy Kerr2-0/+11
2024-02-22net: mctp: tests: Add MCTP net isolation testsJeremy Kerr1-0/+161
2024-02-22net: mctp: tests: Add netid argument to __mctp_route_test_initJeremy Kerr1-4/+7
2024-02-22net: mctp: provide a more specific tag allocation ioctlJeremy Kerr1-20/+97
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr3-16/+38
2024-02-22net: mctp: tests: create test skbs with the correct net and deviceJeremy Kerr2-8/+17
2024-02-22net: mctp: make key lookups match the ANY address on either local or peerJeremy Kerr1-3/+11
2024-02-22net: mctp: Add some detail on the key allocation implementationJeremy Kerr1-0/+37
2024-02-22net: mctp: avoid confusion over local/peer dest/source addressesJeremy Kerr2-9/+9
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni3-3/+3
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller46-3898/+5774
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan1-4/+2
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan1-3/+2
2024-02-21ipmr: Simplify the allocation of slab cachesKunwu Chan1-4/+1
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan1-4/+1
2024-02-21net: kcm: Simplify the allocation of slab cachesKunwu Chan1-6/+2
2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: l2tp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: dsa: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: fix pointer check in skb_pp_cow_data routineLorenzo Bianconi1-1/+1
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni1-6/+11
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet1-0/+62
2024-02-20net: tcp: Remove redundant initialization of variable lenColin Ian King1-1/+1
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde1-5/+8
2024-02-20net: add netmem to skb_frag_tMina Almasry2-10/+31
2024-02-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp1-1/+3
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao1-11/+24
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi2-5/+18
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin2-4/+8
2024-02-19net: sched: Annotate struct tc_pedit with __counted_byKees Cook1-1/+1
2024-02-18net: bql: allow the config to be disabledBreno Leitao1-0/+1
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven1-1/+1
2024-02-16net/iucv: fix virtual vs physical address confusionAlexander Gordeev1-7/+8
2024-02-16net: dsa: remove OF-based MDIO bus registration from DSA coreArınç ÜNAL1-6/+1
2024-02-16Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski1-0/+30
2024-02-16genetlink: Add per family bind/unbind callbacksStanislaw Gruszka1-0/+30
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski57-228/+352
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds53-200/+314
2024-02-15net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov1-4/+10
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie1-9/+34
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie1-1/+10
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie1-6/+9
2024-02-15tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida1-9/+6
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing1-4/+1
2024-02-15Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-3/+7
2024-02-15Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni3-18/+33
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2-10/+16
2024-02-15wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg1-4/+0