summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet-2/+3
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller-192/+355
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu-5/+133
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+1
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-52/+95
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung-2/+6
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal-0/+174
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal-11/+35
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal-1/+76
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal-5/+6
2020-07-31mptcp: subflow: split subflow_init_reqFlorian Westphal-10/+22
2020-07-31mptcp: token: move retry to callerFlorian Westphal-9/+12
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal-3/+2
2020-07-31rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye-1/+2
2020-07-31net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva-14/+6
2020-07-31hsr: Use %pM format specifier for MAC addressesAndy Shevchenko-8/+2
2020-07-31net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin-2/+1
2020-07-31net/sched: The error lable position is corrected in ct_init_moduleliujian-2/+2
2020-07-31bluetooth: sco: Fix sockptr reference.David S. Miller-1/+1
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-149/+1465
2020-07-31netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal-6/+40
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu-4/+4
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg-6/+5
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu-1/+3
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg-10/+7
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau-23/+39
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef-34/+35
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef-22/+18
2020-07-31mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef-7/+3
2020-07-31mac80211: do not overwrite the sequence number if requestedMathy Vanhoef-0/+3
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef-0/+2
2020-07-31mac80211: never drop injected frames even if normally not allowedMathy Vanhoef-1/+1
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh-4/+11
2020-07-31mac80211: calculate skb hash early when using itxqFelix Fietkau-0/+1
2020-07-31mac80211: improve AQL tx airtime estimationFelix Fietkau-7/+24
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil-1/+6
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil-2/+17
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing-2/+53
2020-07-31cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach-0/+10
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva-43/+42
2020-07-31nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET-8/+11
2020-07-31nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET-21/+10
2020-07-31cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires-1/+1
2020-07-31mac80211: remove the need for variable rates_idxColin Ian King-3/+1
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen-3/+59
2020-07-31Bluetooth: use the proper scan params when conn is pendingAlain Michaud-0/+24
2020-07-30Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/lin...David S. Miller-9/+27
2020-07-30net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva-2/+1