aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-02net: mana: Annotate struct hwc_dma_buf with __counted_byKees Cook1-1/+1
2023-10-02net: mana: Annotate struct mana_rxq with __counted_byKees Cook1-1/+1
2023-10-02ipv6: Annotate struct ip6_sf_socklist with __counted_byKees Cook1-1/+1
2023-10-02ipv4: Annotate struct fib_info with __counted_byKees Cook1-1/+1
2023-10-01inet: implement lockless IP_TOSEric Dumazet2-4/+3
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-5/+8
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-1/+1
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-1/+1
2023-10-01net_sched: constify qdisc_priv()Eric Dumazet1-4/+4
2023-10-01tcp: derive delack_max from rto_minEric Dumazet1-0/+2
2023-10-01tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet1-2/+2
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet1-2/+2
2023-09-28xfrm: Remove unused function declarationsYue Haibing1-2/+0
2023-09-25wifi: cfg80211: report per-link errors during associationBenjamin Berg1-0/+3
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg1-1/+5
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer1-0/+2
2023-09-25wifi: mac80211: allow for_each_sta_active_link() under RCUJohannes Berg1-1/+1
2023-09-25wifi: mac80211: relax RCU check in for_each_vif_active_link()Johannes Berg1-1/+1
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+17
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg1-0/+4
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+4
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-1/+1
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-1/+1
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2-16/+9
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2-1/+6
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-4/+17
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko1-0/+2
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko1-2/+2
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko1-0/+3
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev1-1/+4
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-4/+12
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar1-0/+2
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller1-2/+3
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet1-5/+9
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet1-0/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2-3/+2
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet3-4/+5
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2-1/+3
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2-1/+2
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet1-1/+1
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+6
2023-09-14udplite: fix various data-racesEric Dumazet1-5/+9