aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet3-7/+4
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel1-0/+1
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel2-0/+15
2023-03-17net: Add MDB net device operationsIdo Schimmel1-0/+21
2023-03-17net: mana: Add new MANA VF performance counters for easier troubleshootingShradha Gupta1-0/+18
2023-03-16nfc: mrvl: Move platform_data struct into driverRob Herring1-48/+0
2023-03-15net/mlx5: Move needed PTYS functions to core layerGal Pressman1-0/+16
2023-03-15net/mlx5: Implement thermal zoneSandipan Patra2-0/+29
2023-03-15scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl1-0/+1
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-03-13net: virtio_net: implement exact header length guest featureJiri Pirko1-0/+1
2023-03-10Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski4-46/+334
2023-03-09Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2-0/+4
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-03-09net: sched: remove qdisc_watchdog->last_expiresEric Dumazet1-1/+0
2023-03-09netlink: remove unused 'compare' functionFlorian Westphal1-1/+0
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-325/+237
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-2/+9
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+3
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long3-1/+4
2023-03-09sctp: add fair capacity stream schedulerXin Long3-1/+10
2023-03-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-1/+11
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long1-0/+2
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet2-2/+1
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman1-0/+2
2023-03-07net: remove enum skb_free_reasonEric Dumazet1-11/+7
2023-03-07net: phy: improve phy_read_poll_timeoutHeiner Kallweit1-3/+2
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2-2/+2
2023-03-07cpumask: be more careful with 'cpumask_setall()'Linus Torvalds1-5/+5
2023-03-07wifi: radiotap: separate vendor TLV into header/contentMordechay Goodstein1-6/+14
2023-03-07bpf: offload map memory usageYafang Shao1-0/+6
2023-03-07bpf, net: xskmap memory usageYafang Shao1-0/+1
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao1-0/+2
2023-03-07bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor1-1/+1
2023-03-07wifi: nl80211: Add support for randomizing TA of auth and deauth framesVeerendranath Jakkam1-0/+5
2023-03-07wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee1-0/+6
2023-03-07wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee1-0/+9
2023-03-07wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()Ryder Lee1-0/+14
2023-03-07wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein2-37/+27
2023-03-07wifi: radiotap: Add EHT radiotap definitionsMordechay Goodstein1-2/+185
2023-03-07wifi: mac80211: add netdev per-link debugfs data and driver hookBenjamin Berg1-0/+10
2023-03-07wifi: mac80211: add pointer from bss_conf to vifBenjamin Berg1-0/+3
2023-03-07wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg1-2/+3
2023-03-07wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern1-0/+6
2023-03-07wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern2-0/+49
2023-03-07wifi: wireless: cleanup unused function parametersMordechay Goodstein1-3/+1
2023-03-07wifi: nl80211: Update the documentation of NL80211_SCAN_FLAG_COLOCATED_6GHZIlan Peer1-2/+8
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-39/+150