summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* flow_dissector: fix build failure without CONFIG_NETWillem de Bruijn2018-09-192-1/+14
* flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-146-3/+47
* packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-062-0/+2
* mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2018-09-051-0/+7
* mac80211: allow AMSDU size limitation per-TIDSara Sharon2018-09-051-0/+2
* mac80211: add an option for station management TXQSara Sharon2018-09-051-0/+5
* wireless: align to draft 11ax D3.0Shaul Triebitz2018-09-051-26/+46
* mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz2018-09-052-0/+13
* mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-051-0/+13
* nl80211: Add CAN_REPLACE_PTK0 APIAlexander Wetzel2018-09-051-0/+6
* mac80211: support radiotap L-SIG dataShaul Triebitz2018-09-052-0/+17
* mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-051-0/+5
* mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-051-0/+22
* ieee80211: add new VHT capability fields/parsingJohannes Berg2018-09-051-2/+33
* cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz2018-09-051-0/+2
* ieee80211: remove redundant leading zeroesSara Sharon2018-09-051-2/+2
* mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-051-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-0510-28/+68
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-045-5/+8
| |\
| | * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-042-4/+4
| | |\
| | | * cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-282-4/+4
| | * | vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definitionGleb Fotengauer-Malinovskiy2018-09-041-1/+1
| | * | r8169: add support for NCube 8168 network cardAnthony Wong2018-09-041-0/+2
| | * | uapi: Fix linux/rds.h userspace compilation errors.Vinson Lee2018-09-031-0/+1
| * | | Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-021-0/+33
| |\ \ \
| | * | | of: Add device_type access helper functionsRob Herring2018-08-311-0/+12
| | * | | of: add node name compare helper functionsRob Herring2018-08-301-0/+13
| | * | | of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+8
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-311-14/+24
| |\ \ \ \
| | * | | | arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier2018-08-301-10/+20
| | * | | | arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier2018-08-291-10/+10
| | |/ / /
| * | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-311-1/+1
| |\ \ \ \
| | * | | | i2c: refactor function to release a DMA safe bufferWolfram Sang2018-08-301-1/+1
| | |/ / /
| * | | | Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-301-1/+1
| |\ \ \ \
| | * | | | hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten2018-08-271-1/+1
| | |/ / /
| * | | | Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-291-7/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline2018-08-221-7/+1
* | | | | net/sched: fix type of htb statisticsFlorent Fourcot2018-09-021-3/+3
* | | | | net/tls: Add support for async decryption of tls recordsVakul Garg2018-09-021-0/+6
* | | | | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-09-011-2/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-014-13/+78
|\ \ \ \ \
| * | | | | xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-6/+2
| * | | | | bpf/verifier: per-register parent pointersEdward Cree2018-08-301-5/+3
| * | | | | net: add napi_if_scheduled_mark_missedMagnus Karlsson2018-08-291-0/+26
| * | | | | xsk: expose xdp_umem_get_{data,dma} to driversBjörn Töpel2018-08-291-0/+43
| * | | | | xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel2018-08-291-0/+1
| * | | | | xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel2018-08-291-2/+3
| |/ / / /
* | | | | virtchnl: use u8 type for a field in the virtchnl_filter structHarshitha Ramamurthy2018-08-301-1/+1
* | | | | Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/sc...David S. Miller2018-08-303-9/+28
|\ \ \ \ \
| * | | | | cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori2018-08-291-7/+11