summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-06net: lan78xx: Drop unnecessary strcpy in lan78xx_probeStefan Wahren1-1/+0
2018-09-06net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren1-0/+5
2018-09-06nfp: separate VXLAN and GRE feature handlingJakub Kicinski1-7/+10
2018-09-06Merge branch 'nfp-improve-the-new-rtsym-helpers'David S. Miller1-15/+60
2018-09-06nfp: validate rtsym accesses fall within the symbolJakub Kicinski1-3/+45
2018-09-06nfp: prefix rtsym error messages with symbol nameJakub Kicinski1-10/+11
2018-09-06nfp: fix readq on absolute RTsymsJakub Kicinski1-2/+4
2018-09-06failover: Add missing check to validate 'slave_dev' in net_failover_slave_unr...YueHaibing1-0/+3
2018-09-06netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov1-4/+2
2018-09-06packet: add sockopt to ignore outgoing packetsVincent Whitchurch4-0/+22
2018-09-06net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel1-0/+12
2018-09-06net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman3-5/+35
2018-09-06net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin3-21/+23
2018-09-06net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan4-25/+55
2018-09-06net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2-7/+7
2018-09-06net/mlx5: Add flow counters idrVlad Buslov2-4/+35
2018-09-06net/mlx5: Store flow counters in a listVlad Buslov3-50/+42
2018-09-06net/mlx5: Add new list to store deleted flow countersVlad Buslov3-23/+14
2018-09-06net/mlx5: Change flow counters addlist type to single linked listVlad Buslov3-29/+23
2018-09-05net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() staticYueHaibing1-2/+2
2018-09-05net/mlx5e: Make function mlx5i_grp_sw_update_stats() staticWei Yongjun1-1/+1
2018-09-05Merge tag 'mac80211-next-for-davem-2018-09-05' of git://git.kernel.org/pub/sc...David S. Miller27-178/+1088
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 Sharon3-0/+20
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon2-0/+6
2018-09-05mac80211: add an option for station management TXQSara Sharon3-3/+17
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz5-76/+146
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein1-10/+7
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz3-1/+24
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel3-20/+107
2018-09-05nl80211: Add CAN_REPLACE_PTK0 APIAlexander Wetzel1-0/+6
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz3-0/+38
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong3-7/+18
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 Berg4-0/+79
2018-09-05ieee80211: add new VHT capability fields/parsingJohannes Berg2-2/+142
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 Triebitz2-0/+5
2018-09-05ieee80211: remove redundant leading zeroesSara Sharon1-2/+2
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg6-26/+59
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller239-1377/+2415
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds89-452/+941
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn1-4/+16
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-04net: usbnet: mark expected switch fall-throughGustavo A. R. Silva1-0/+1