summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: add support for l4 symmetric hashingAaron Conole2023-06-122-2/+12
* net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean2023-06-121-4/+4
* net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2023-06-121-3/+1
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-1033-269/+305
* mptcp: unify pm set_flags interfacesGeliang Tang2023-06-103-32/+51
* mptcp: unify pm get_flags_and_ifindex_by_idGeliang Tang2023-06-104-22/+24
* mptcp: unify pm get_local_id interfacesGeliang Tang2023-06-103-21/+21
* mptcp: export local_addressGeliang Tang2023-06-102-9/+9
* Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-0930-430/+684
|\
| * wifi: cfg80211: move scan done work to wiphy workJohannes Berg2023-06-073-14/+7
| * wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg2023-06-073-7/+6
| * wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg2023-06-074-26/+32
| * wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg2023-06-072-7/+9
| * wifi: mac80211: use wiphy work for channel switchJohannes Berg2023-06-073-27/+20
| * wifi: mac80211: use wiphy work for SMPSJohannes Berg2023-06-074-9/+12
| * wifi: mac80211: unregister netdevs through cfg80211Johannes Berg2023-06-071-13/+7
| * wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-0711-30/+30
| * wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg2023-06-073-1/+136
| * wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg2023-06-072-0/+11
| * wifi: cfg80211: wext: hold wiphy lock in siwgenieJohannes Berg2023-06-071-1/+3
| * wifi: cfg80211: move wowlan disable under locksJohannes Berg2023-06-071-4/+4
| * wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg2023-06-072-3/+4
| * wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2023-06-072-5/+5
| * Merge wireless into wireless-nextJohannes Berg2023-06-0713-47/+88
| |\
| * | wifi: mac80211: stop warning after reconfig failuresJohannes Berg2023-06-064-4/+13
| * | wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-0612-111/+119
| * | wifi: mac80211: batch recalc during STA flushJohannes Berg2023-06-061-14/+34
| * | wifi: mac80211: move sta_info_move_state() upJohannes Berg2023-06-061-101/+100
| * | wifi: mac80211: recalc min chandef for new STA linksJohannes Berg2023-06-061-0/+2
| * | wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach2023-06-061-1/+4
| * | wifi: mac80211: refactor ieee80211_select_link_key()Mukesh Sisodiya2023-06-061-22/+6
| * | wifi: mac80211: use u64 to hold enum ieee80211_bss_change flagsMukesh Sisodiya2023-06-061-2/+2
| * | wifi: mac80211: implement proper AP MLD HW restartJohannes Berg2023-06-061-1/+43
| * | wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach2023-06-061-0/+11
| * | wifi: mac80211: skip EHT BSS membership selectorJohannes Berg2023-06-061-2/+3
| * | wifi: mac80211: remove element scratch_lenJohannes Berg2023-06-062-4/+1
| * | wifi: mac80211: HW restart for MLOJohannes Berg2023-06-061-34/+73
* | | net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov2023-06-091-2/+3
* | | net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov2023-06-091-69/+19
* | | tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-69/+23
* | | tls/device: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+26
* | | tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-138/+35
* | | tls/sw: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+41
* | | kcm: Use splice_eof() to flushDavid Howells2023-06-081-0/+15
* | | ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-087-0/+68
* | | tls/device: Use splice_eof() to flushDavid Howells2023-06-083-0/+26
* | | tls/sw: Use splice_eof() to flushDavid Howells2023-06-083-0/+77
* | | splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+10
* | | splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-24/+2
* | | tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2023-06-082-2/+3