summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2016-12-092-2/+21
* nl80211: fix logic inversion in start_nan()Johannes Berg2016-12-091-1/+1
* Merge branch 'mV88e6xxx-interrupt-fixes'David S. Miller2016-11-213-28/+59
|\
| * net: dsa: mv88e6xxx: Hold the mutex while freeing g1 interruptsAndrew Lunn2016-11-211-1/+4
| * net: dsa: mv88e6xxx: Fix releasing for the global2 interruptsAndrew Lunn2016-11-212-10/+19
| * net: dsa: mv88e6xxx: Fix cleanup on error for g1 interrupt setupAndrew Lunn2016-11-211-11/+20
| * net: dsa: mv88e6xxx: Mask g1 interrupts and free interruptAndrew Lunn2016-11-211-0/+7
| * net: dsa: mv88e6xxx: Fix unconditional irq freeingAndrew Lunn2016-11-211-5/+8
| * net: dsa: mv88e6xxx: Fix typos when removing g1 interruptsAndrew Lunn2016-11-211-2/+2
|/
* net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-203-5/+5
* netlink: smaller nla_attr_minlen tableAlexey Dobriyan2016-11-201-1/+1
* netlink: use "unsigned int" in nla_next()Alexey Dobriyan2016-11-201-1/+1
* net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-201-1/+1
* Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-m...David S. Miller2016-11-199-115/+445
|\
| * batman-adv: fix rare race conditions on interface removalLinus Lüssing2016-11-084-82/+227
| * batman-adv: Add module alias for batadv netlink familySven Eckelmann2016-11-081-0/+3
| * batman-adv: Update wifi flags on upper link changeSven Eckelmann2016-11-081-0/+5
| * batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interfaceMarek Lindner2016-11-083-2/+31
| * batman-adv: additional checks for virtual interfaces on top of WiFiMarek Lindner2016-11-082-0/+62
| * batman-adv: Cache the type of wifi device for each hardifSven Eckelmann2016-11-086-25/+95
| * batman-adv: refactor wifi interface detectionMarek Lindner2016-11-083-20/+36
| * batman-adv: Return non-const ptr in batadv_getlink_netSven Eckelmann2016-11-081-5/+5
* | af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme2016-11-191-12/+4
* | af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme2016-11-191-48/+3
* | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-193-5/+2
* | virtio_net.h: Fix comment.Jarno Rajahalme2016-11-191-1/+1
* | virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme2016-11-192-8/+5
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-1811-82/+287
* | liquidio CN23XX: bitwise vs logical AND typoDan Carpenter2016-11-181-1/+1
* | lan78xx: relocate mdix setting to phy driverWoojung Huh2016-11-182-71/+38
* | Merge branch 'net-marvell-freescale-compile-test'David S. Miller2016-11-185-7/+21
|\ \
| * | net: dsa: mv88e6xxx: Select IRQ_DOMAINFlorian Fainelli2016-11-181-0/+1
| * | net: marvell: Allow drivers to be built with COMPILE_TESTFlorian Fainelli2016-11-181-4/+7
| * | bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_infoFlorian Fainelli2016-11-181-0/+8
| * | net: fsl: Allow most drivers to be built with COMPILE_TESTFlorian Fainelli2016-11-181-1/+3
| * | net: gianfar_ptp: Rename FS bit to FIPERSTFlorian Fainelli2016-11-181-2/+2
|/ /
* | amd-xgbe: Update connection validation for backplane modeLendacky, Thomas2016-11-181-0/+2
* | Merge branch 'ethtool-phy-downshift'David S. Miller2016-11-184-1/+217
|\ \
| * | net: phy: Add downshift get/set support in Microsemi PHYs driverRaju Lakkaraju2016-11-181-0/+100
| * | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju2016-11-181-0/+6
| * | ethtool: (uapi) Add ETHTOOL_PHY_DOWNSHIFT to PHY tunablesRaju Lakkaraju2016-11-181-1/+4
| * | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-182-0/+94
| * | ethtool: (uapi) Add ETHTOOL_PHY_GTUNABLE and ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-1/+14
|/ /
* | Merge branch 'mlx5-next'David S. Miller2016-11-1812-87/+457
|\ \
| * | net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman2016-11-183-1/+72
| * | net/mlx5: Add MPCNT register infrastructureGal Pressman2016-11-183-0/+99
| * | net/mlx5: Set driver version into firmwareHuy Nguyen2016-11-181-0/+37
| * | net/mlx5: Set driver version infrastructureSaeed Mahameed2016-11-181-1/+21
| * | net/mlx5e: Add port module event counters to ethtool statsHuy Nguyen2016-11-182-1/+39
| * | net/mlx5: Add handling for port module eventHuy Nguyen2016-11-184-0/+97