aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-19net: ethernet: nb8800: use phydev from struct net_devicePhilippe Reynes2-29/+29
2016-06-17net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-06-17net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes1-30/+18
2016-06-17net:liquidio: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-06-17gtp: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-06-17Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller10-121/+1911
2016-06-17net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk4-11/+10
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern1-0/+41
2016-06-17net: lantiq_etop: remove unused variableSudip Mukherjee1-1/+0
2016-06-17vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck1-0/+6
2016-06-17qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck4-32/+14
2016-06-17qede: Move all UDP port notifiers to single functionAlexander Duyck2-85/+50
2016-06-17nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-8/+14
2016-06-17mlx5_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-7/+13
2016-06-17mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck3-30/+20
2016-06-17ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-42/+26
2016-06-17i40e: Move all UDP port notifiers to single functionAlexander Duyck2-156/+51
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-27/+20
2016-06-17benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-25/+15
2016-06-17bnxt: Move GENEVE support from hard-coded port to using port notifierAlexander Duyck2-6/+33
2016-06-17bnxt: Update drivers to support unified UDP encapsulation offload functionsAlexander Duyck2-29/+40
2016-06-17bnx2x: Move all UDP port notifiers to single functionAlexander Duyck2-81/+33
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2-2/+2
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2-102/+16
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2-18/+0
2016-06-17can: rcar_can: Move Renesas CAN driver to rcar dirRamesh Shanmugasundaram5-12/+12
2016-06-17can: rcar_canfd: Add Renesas R-Car CAN FD driverRamesh Shanmugasundaram5-0/+1713
2016-06-17can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider1-31/+85
2016-06-17can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider1-11/+14
2016-06-17can: tscan1: Utilize the module_isa_driver macroWilliam Breathitt Gray1-11/+1
2016-06-17can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut1-2/+2
2016-06-17can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde1-55/+85
2016-06-16vmxnet3: update to version 3Shrikrishna Khare2-3/+8
2016-06-16vmxnet3: introduce command to register memory regionShrikrishna Khare1-0/+17
2016-06-16vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare4-1/+253
2016-06-16vmxnet3: add receive data ring supportShrikrishna Khare4-45/+193
2016-06-16vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare4-19/+64
2016-06-16vmxnet3: introduce generalized command interface to configure the deviceShrikrishna Khare1-1/+21
2016-06-16vmxnet3: prepare for version 3 changesShrikrishna Khare6-20/+36
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann1-1/+1
2016-06-16hamradio: baycom: fix old-style declarationArnd Bergmann1-3/+3
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-16net: qlcnic: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-16dsa: b53: fix big-endian register accessArnd Bergmann1-12/+8
2016-06-16r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang1-2/+2
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-06-16net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin1-5/+43
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-2/+6
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko3-5/+74