summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-056-402/+403
* packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx modeDaniel Borkmann2017-01-051-0/+3
* dsa: mv88e6xxx: Optimise atu_getAndrew Lunn2017-01-042-2/+63
* cxgb4: Support compressed error vector for T6Arjun V2017-01-045-2/+45
* Merge branch 'sh_eth-intrs-cleanup'David S. Miller2017-01-042-52/+53
|\
| * sh_eth: factor out sh_eth_emac_interrupt()Sergei Shtylyov2017-01-042-51/+53
| * sh_eth: no need for *else* after *goto*Sergei Shtylyov2017-01-041-6/+4
| * sh_eth: handle only enabled E-MAC interruptsSergei Shtylyov2017-01-041-1/+2
|/
* ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar2017-01-042-1/+17
* net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot2017-01-041-27/+13
* liquidio: remove PTP support in 23XX adaptersPrasad Kanneganti2017-01-041-2/+8
* net: Assert at build time the assumptions we make about the CMSG header.David S. Miller2017-01-042-0/+5
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-045-14/+12
* net/sched: cls_matchall: Fix error pathYotam Gigi2017-01-041-6/+16
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-01-0320-199/+1101
|\
| * ixgbe: Add PF support for VF promiscuous modeDon Skidmore2017-01-034-6/+45
| * ixgbevf: Add support for VF promiscuous modeDon Skidmore2017-01-034-5/+36
| * ixgbe: Implement support for firmware-controlled PHYsMark Rustad2017-01-037-6/+642
| * ixgbe: Implement firmware interface to access some PHYsMark Rustad2017-01-033-0/+113
| * ixgbe: Remove unused firmware version functions and methodMark Rustad2017-01-037-46/+1
| * ixgbe: Fix issues with EEPROM accessMark Rustad2017-01-033-82/+91
| * ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore2017-01-031-3/+2
| * ixgbevf: restore hw_addr on resume or errorEmil Tantilov2017-01-031-0/+3
| * ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki2017-01-031-6/+6
| * ixgbevf: fix AER error handlingEmil Tantilov2017-01-031-18/+25
| * ixgbe: fix AER error handlingEmil Tantilov2017-01-031-2/+4
| * ixgbe: test for trust in macvlan adjustments for VFKen Cox2017-01-031-1/+2
| * ixgbevf: handle race between close and suspend on shutdownEmil Tantilov2017-01-031-2/+9
| * ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov2017-01-031-9/+8
| * ixgbe: Fix reporting of 100Mb capabilityTony Nguyen2017-01-031-1/+1
| * ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen2017-01-031-1/+3
| * ixgbe: Add bounds check for x540 LED functionsTony Nguyen2017-01-031-2/+7
| * ixgbe: add mask for 64 RSS queuesEmil Tantilov2017-01-031-1/+7
| * ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen2017-01-031-4/+21
| * ixgbe: Report driver version to firmware for x550 devicesTony Nguyen2017-01-035-7/+80
| * ixgbe: do not disable FEC from the driverEmil Tantilov2017-01-031-2/+0
|/
* Merge branch 'tipc-link-starvation'David S. Miller2017-01-037-349/+319
|\
| * tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-035-251/+194
| * tipc: modify struct tipc_plist to be more versatileJon Paul Maloy2017-01-033-46/+83
| * tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy2017-01-031-59/+49
|/
* Merge branch 'TPACKET_V3-TX_RING-support'David S. Miller2017-01-033-28/+111
|\
| * tools: test case for TPACKET_V3/TX_RING supportSowmini Varadhan2017-01-031-17/+74
| * af_packet: TX_RING support for TPACKET_V3Sowmini Varadhan2017-01-032-11/+37
|/
* sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* sfc: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-033-2/+7
* dsa:mv88e6xxx: allow address 0x1 in smi_initVolodymyr Bendiuga2017-01-031-4/+0
* net: freescale: dpaa: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-031-9/+9
* Merge branch 'for_4.11/net-next/rds_v3' of git://git.kernel.org/pub/scm/linux...David S. Miller2017-01-0318-65/+335
|\
| * RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-026-3/+109