aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov2-0/+204
2018-09-11net/core/filter: fix unused-variable warningAnders Roxell1-2/+3
2018-09-06xdp: split code for map vs non-map redirectJesper Dangaard Brouer1-22/+30
2018-09-06xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer1-3/+3
2018-09-06xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer1-3/+3
2018-09-05netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov1-4/+2
2018-09-05packet: add sockopt to ignore outgoing packetsVincent Whitchurch2-0/+20
2018-09-05cfg80211: validate wmm rule when settingStanislaw Gruszka1-29/+35
2018-09-05mac80211: remove unnecessary NULL checkGustavo A. R. Silva1-1/+2
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2-0/+13
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon1-0/+4
2018-09-05mac80211: add an option for station management TXQSara Sharon2-3/+12
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz1-22/+55
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein1-10/+7
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz1-1/+11
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2-20/+94
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz1-0/+21
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2-7/+13
2018-09-05mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg1-0/+20
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg6-22/+50
2018-09-05mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg3-0/+57
2018-09-05ieee80211: add new VHT capability fields/parsingJohannes Berg1-0/+109
2018-09-05mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz1-0/+3
2018-09-05cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz1-0/+3
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg5-21/+47
2018-09-05mac80211: use le16_encode_bits() instead of open-codingJohannes Berg1-1/+1
2018-09-05mac80211: remove pointless 'params' NULL checksJohannes Berg1-4/+2
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv1-0/+325
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller42-291/+409
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds41-290/+409
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-04act_ife: fix a potential use-after-freeCong Wang1-1/+1
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller11-135/+164
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao1-2/+2
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao1-2/+2
2018-09-03sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long1-4/+6
2018-09-03sctp: fix invalid reference to the index variable of the iteratorXin Long1-11/+13
2018-09-03net: sched: null actions array pointer before releasing actionVlad Buslov1-1/+1
2018-09-03tipc: correct structure parameter comments for topsrvZhenbo Gao1-8/+2
2018-09-03ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu1-1/+9
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-09-03mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-09-03mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-09-03mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach1-1/+20
2018-09-03mac80211: fix WMM TXOP calculationDreyfuss, Haim1-2/+1
2018-09-03cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter1-1/+1
2018-09-03mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-09-02tcp: remove useless add operation when init sysctl_max_tw_bucketsYafang Shao1-1/+1
2018-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+3
2018-09-02net/ipv6: Only update MTU metric if it setDavid Ahern1-1/+4