summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | rtnetlink: move type calculation out of loopChristian Brauner2018-09-061-1/+1
| * | ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-15/+58
| * | ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-8/+30
| * | if_addr: add IFA_TARGET_NETNSIDChristian Brauner2018-09-061-0/+1
| * | rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-062-4/+14
|/ /
* | Merge branch 'net-lan78xx-Minor-improvements'David S. Miller2018-09-062-34/+14
|\ \
| * | net: lan78xx: Make declaration style consistentStefan Wahren2018-09-061-7/+7
| * | net: lan78xx: Switch to SPDX identifierStefan Wahren2018-09-062-26/+2
| * | net: lan78xx: Drop unnecessary strcpy in lan78xx_probeStefan Wahren2018-09-061-1/+0
| * | net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren2018-09-061-0/+5
|/ /
* | nfp: separate VXLAN and GRE feature handlingJakub Kicinski2018-09-061-7/+10
* | Merge branch 'nfp-improve-the-new-rtsym-helpers'David S. Miller2018-09-061-15/+60
|\ \
| * | nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-061-3/+45
| * | nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-061-10/+11
| * | nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-061-2/+4
|/ /
* | failover: Add missing check to validate 'slave_dev' in net_failover_slave_unr...YueHaibing2018-09-061-0/+3
* | netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov2018-09-061-4/+2
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-064-0/+22
|/
* net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() staticYueHaibing2018-09-051-2/+2
* net/mlx5e: Make function mlx5i_grp_sw_update_stats() staticWei Yongjun2018-09-051-1/+1
* Merge tag 'mac80211-next-for-davem-2018-09-05' of git://git.kernel.org/pub/sc...David S. Miller2018-09-0527-178/+1088
|\
| * cfg80211: validate wmm rule when settingStanislaw Gruszka2018-09-051-29/+35
| * mac80211: remove unnecessary NULL checkGustavo A. R. Silva2018-09-051-1/+2
| * mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2018-09-053-0/+20
| * mac80211: allow AMSDU size limitation per-TIDSara Sharon2018-09-052-0/+6
| * mac80211: add an option for station management TXQSara Sharon2018-09-053-3/+17
| * wireless: align to draft 11ax D3.0Shaul Triebitz2018-09-055-76/+146
| * mac80211: fix saving a few HE valuesNaftali Goldstein2018-09-051-10/+7
| * mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz2018-09-053-1/+24
| * mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-053-20/+107
| * nl80211: Add CAN_REPLACE_PTK0 APIAlexander Wetzel2018-09-051-0/+6
| * mac80211: support radiotap L-SIG dataShaul Triebitz2018-09-053-0/+38
| * mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-053-7/+18
| * mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg2018-09-051-0/+20
| * mac80211: add ability to parse CCFS2Johannes Berg2018-09-056-22/+50
| * mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-054-0/+79
| * ieee80211: add new VHT capability fields/parsingJohannes Berg2018-09-052-2/+142
| * mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz2018-09-051-0/+3
| * cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz2018-09-052-0/+5
| * ieee80211: remove redundant leading zeroesSara Sharon2018-09-051-2/+2
| * mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-056-26/+59
| * mac80211: use le16_encode_bits() instead of open-codingJohannes Berg2018-09-051-1/+1
| * mac80211: remove pointless 'params' NULL checksJohannes Berg2018-09-051-4/+2
| * mac80211: Add he_capa debugfs entryIdo Yariv2018-09-051-0/+325
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-05239-1377/+2415
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-0489-452/+941
| |\
| | * net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn2018-09-041-4/+16
| | * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| | * act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1
| | * net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan2018-09-041-2/+3