aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17net: davicom: dm9000: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-12-17net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+37
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+37
2016-12-17gtp: Fix initialization of Flags octet in GTPv1 headerHarald Welte1-2/+2
2016-12-17gtp: gtp_check_src_ms_ipv4() always return successLionel Gauthier1-2/+2
2016-12-17isdn: use designated initializersKees Cook2-11/+11
2016-12-17bna: use designated initializersKees Cook1-4/+4
2016-12-17WAN: use designated initializersKees Cook1-48/+49
2016-12-17isdn/gigaset: use designated initializersKees Cook3-48/+48
2016-12-17virtio_net: xdp, add slowpath case for non contiguous buffersJohn Fastabend1-1/+74
2016-12-17virtio_net: add XDP_TX supportJohn Fastabend1-7/+93
2016-12-17virtio_net: add dedicated XDP transmit queuesJohn Fastabend1-2/+28
2016-12-17virtio_net: Add XDP supportJohn Fastabend1-5/+171
2016-12-17dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur1-1/+1
2016-12-17dpaa_eth: use big endian accessorsClaudiu Manoil1-34/+37
2016-12-17net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern1-0/+4
2016-12-17net: vrf: Fix NAT within a VRFDavid Ahern1-2/+0
2016-12-17net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta4-5/+189
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2016-12-17net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi1-0/+9
2016-12-16encx24j600: Fix some checkstyle warningsJeroen De Wachter2-8/+25
2016-12-16encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter1-1/+2
2016-12-16net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li1-1/+1
2016-12-16net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li1-1/+1
2016-12-16net: dsa: mv88e6xxx: Fix opps when adding vlan bridgeAndrew Lunn1-0/+6
2016-12-16net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner1-7/+8
2016-12-13virtio-net: correctly enable multiqueueJason Wang1-1/+3
2016-12-12Merge tag 'cris-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds1-4/+2
2016-12-12Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-1/+1
2016-12-12openrisc: prevent VGA console, fix buildsRandy Dunlap1-1/+1
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong2-6/+6
2016-12-10i40e: don't truncate match_method assignmentKeller, Jacob E1-2/+1
2016-12-10net: ethernet: ti: netcp: add support of cptsWingMan Kwok4-14/+452
2016-12-10net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi11-90/+67
2016-12-10net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo2-23/+6
2016-12-10net: ethernet: sxgbe: remove private tx queue lockLino Sanfilippo2-22/+6
2016-12-10net: nicvf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+31
2016-12-10net: ethernet: ti: cpsw: sync rates for channels in dual emac modeIvan Khoronzhuk1-1/+11
2016-12-10net: ethernet: ti: cpsw: re-split res only when speed is changedIvan Khoronzhuk1-5/+59
2016-12-10net: ethernet: ti: cpsw: combine budget and weight split and checkIvan Khoronzhuk1-73/+34
2016-12-10net: ethernet: ti: cpsw: don't start queue twiceIvan Khoronzhuk1-2/+0
2016-12-10net: ethernet: ti: cpsw: use same macros to get active slaveIvan Khoronzhuk1-4/+1
2016-12-10net: mvneta: select GENERIC_ALLOCATORArnd Bergmann1-0/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-58/+243
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+8
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-19/+136
2016-12-09net: mlx5: Fix Kconfig help textChristopher Covington1-2/+0
2016-12-09net: smsc911x: back out silently on probe deferralsLinus Walleij1-1/+8
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64