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