aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson22-42/+7
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson13-119/+34
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson9-44/+25
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson22-108/+68
2016-10-20myri10ge: fix typo in parameter descriptionWei Yongjun1-1/+1
2016-10-20net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-20dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-20net: phy: aquantia: add PHY ID of AQR106 and AQR107Shaohui Xie1-0/+28
2016-10-20net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König1-14/+11
2016-10-20tcp: relax listening_hash operationsEric Dumazet2-15/+7
2016-10-20net: smc91x: fix neponset breakage by pxa u16 writesRobert Jarzmik1-0/+2
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf1-1/+1
2016-10-19net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown1-0/+59
2016-10-19net: macb: Use variables with defaults for tx/rx ring sizes instead of hardcoded valuesZach Brown2-52/+65
2016-10-19net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc3-4/+0
2016-10-19openvswitch: remove unused functionsJiri Benc2-17/+0
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf3-17/+118
2016-10-19net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2-26/+18
2016-10-18qed: Remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2016-10-18net: dsa: mv88e6xxx: fix non static symbol warningWei Yongjun1-1/+1
2016-10-18r8152: add new products of Lenovohayeswang2-1/+33
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng1-2/+2
2016-10-18net: smsc91x: add u16 workaround for pxa platformsRobert Jarzmik1-0/+2
2016-10-18net: smc91x: take into account half-word workaroundRobert Jarzmik1-0/+2
2016-10-18net: smc91x: isolate u16 writes alignment workaroundRobert Jarzmik3-40/+47
2016-10-18ARM: pxa: enhance smc91x platform dataRobert Jarzmik4-0/+4
2016-10-18ethernet/sfc: use core min/max MTU checkingBert Kenward1-12/+2
2016-10-18net: phy: leds: add support for led triggers on phy link state changeZach Brown7-0/+214
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydeviceZach Brown2-0/+50
2016-10-18net: phy: Encapsulate actions performed during link state changes into function phy_adjust_linkZach Brown1-8/+13
2016-10-18skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespaceZach Brown2-5/+5
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern1-7/+15
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern1-0/+15
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern2-230/+18
2016-10-18rocker: Flip to the new dev walk APIDavid Ahern1-7/+24
2016-10-18mlxsw: Flip to the new dev walk APIDavid Ahern1-14/+23
2016-10-18ixgbe: Flip to the new dev walk APIDavid Ahern1-50/+82
2016-10-18IB/ipoib: Flip to new dev walk APIDavid Ahern1-12/+25
2016-10-18IB/core: Flip to the new dev walk APIDavid Ahern2-27/+24
2016-10-18net: bonding: Flip to the new dev walk APIDavid Ahern2-38/+61
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern2-0/+172
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern1-15/+12
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann12-765/+1096
2016-10-18bpf: add various tests around spill/fill of regsDaniel Borkmann1-0/+116
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson33-222/+169
2016-10-18ethernet/toshiba: use core min/max MTU checkingJarod Wilson4-41/+8
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson2-35/+13
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson2-13/+9
2016-10-18ethernet/cavium: use core min/max MTU checkingJarod Wilson4-28/+12