aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler1-0/+1
2024-03-06Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler1-1/+0
2024-03-06mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin1-0/+1
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng1-0/+1
2024-03-05net: add helpers for EEE configurationRussell King1-0/+38
2024-03-05nfc: core: make nfc_class constantRicardo B. Marliere1-1/+1
2024-03-05net: gro: enable fast path for more casesEric Dumazet1-1/+1
2024-03-05net: gro: change skb_gro_network_header()Eric Dumazet1-15/+12
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet1-3/+4
2024-03-04wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg1-0/+6
2024-03-04wifi: mac80211: pass link conf to abort_channel_switchJohannes Berg1-2/+3
2024-03-04wifi: mac80211: pass link_id to channel switch opsJohannes Berg1-2/+4
2024-03-04wifi: cfg80211: allow cfg80211_defragment_element() without outputJohannes Berg1-2/+2
2024-03-04wifi: cfg80211: expose cfg80211_iter_rnr() to driversJohannes Berg1-0/+32
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg1-0/+15
2024-03-04wifi: mac80211: add link id to ieee80211_gtk_rekey_add()Shaul Triebitz1-1/+3
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann1-6/+1
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet1-1/+1
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet1-3/+5
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet1-1/+1
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-28net: ioam6: multicast eventJustin Iurman1-0/+4
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing1-2/+2
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing1-1/+1
2024-02-28tcp: introduce dropreasons in receive pathJason Xing1-1/+14
2024-02-28tcp: add a dropreason definitions and prepare for cookie checkJason Xing1-1/+10
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-2/+3
2024-02-26ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet1-2/+2
2024-02-26nexthop: allow nexthop_mpath_fill_node() to be called without RTNLEric Dumazet1-1/+1
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet1-0/+1
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+1
2024-02-23genetlink: make info in GENL_REQ_ATTR_CHECK() constJakub Kicinski1-1/+1
2024-02-22net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr1-0/+1
2024-02-22Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-1/+0
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+5
2024-02-22Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-1/+10
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr1-0/+2
2024-02-22net: mctp: avoid confusion over local/peer dest/source addressesJeremy Kerr1-2/+2
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-1/+1
2024-02-21wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg1-0/+2
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit1-0/+5
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-1/+3
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller2-57/+161
2024-02-21netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal1-1/+0
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet1-47/+61
2024-02-20net: introduce abstraction for network memoryMina Almasry1-0/+41
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi1-2/+3
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin1-5/+0
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-0/+3