summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller8-34/+152
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu2-0/+14
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2-1/+3
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal1-0/+2
2020-08-01mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal1-0/+10
2020-08-01mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal1-0/+1
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-1/+1
2020-08-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller6-15/+233
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu1-13/+28
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg1-2/+2
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau1-0/+25
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef1-0/+8
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef2-0/+4
2020-07-31cfg80211: Add support to advertize OCV supportVeerendranath Jakkam1-0/+4
2020-07-31net/fq_impl: use skb_get_hash instead of skb_get_hash_perturbFelix Fietkau2-3/+1
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil2-0/+6
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2-0/+6
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing2-0/+13
2020-07-31cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach1-0/+6
2020-07-31net/wireless: regulatory.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-31net/wireless: mac80211.h: drop duplicate words in commentsRandy Dunlap1-3/+3
2020-07-31net/wireless: cfg80211.h: drop duplicate words in commentsRandy Dunlap1-2/+2
2020-07-31net/wireless: wireless.h: drop duplicate word in commentsRandy Dunlap1-1/+1
2020-07-31net/wireless: nl80211.h: drop duplicate words in commentsRandy Dunlap1-9/+9
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen2-0/+33
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-1/+5
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman1-0/+1
2020-07-30Bluetooth: Enable RPA TimeoutSathish Narasimman1-0/+2
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann1-0/+3
2020-07-30Bluetooth: Translate additional address type correctlyMarcel Holtmann1-2/+4
2020-07-29fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez1-0/+18
2020-07-29Add pldmfw library for PLDM firmware updateJacob Keller1-0/+165
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig1-12/+6
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-14/+13
2020-07-28net: make sockptr_is_null strict aliasing safeChristoph Hellwig1-1/+3
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha1-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2-0/+13
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri2-2/+12
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller25-24/+157
2020-07-26Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds3-4/+5
2020-07-25icmp6: support rfc 4884Willem de Bruijn3-0/+3
2020-07-25icmp: prepare rfc 4884 for ipv6Willem de Bruijn1-1/+2
2020-07-25net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig1-2/+30
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig7-10/+13
2020-07-25net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig1-1/+1
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-1/+1
2020-07-25net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig1-1/+1
2020-07-25net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig1-4/+4