summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stmmac: drop driver from stmmac platform codeJoachim Eastwood2015-05-152-23/+3
* stmmac: convert dwmac-sunxi to platform driverJoachim Eastwood2015-05-155-5/+36
* stmmac: convert dwmac-sti to platform driverJoachim Eastwood2015-05-155-9/+40
* stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood2015-05-155-4/+34
* stmmac: convert dwmac-rk to platform driverJoachim Eastwood2015-05-155-4/+39
* stmmac: convert dwmac-meson to platform driverJoachim Eastwood2015-05-155-4/+36
* stmmac: convert dwmac-lpc18xx to a platform driverJoachim Eastwood2015-05-155-4/+35
* stmmac: add a generic dwmac driverJoachim Eastwood2015-05-154-6/+54
* stmmac: prepare stmmac platform to support stand alone driversJoachim Eastwood2015-05-152-5/+13
* doc: dt: add documentation for nxp,lpc1850-dwmacJoachim Eastwood2015-05-151-0/+20
* stmmac: add dwmac glue for NXP 18xx/43xx familyJoachim Eastwood2015-05-154-1/+78
* hv_netvsc: use per_cpu stats to calculate TX/RX datasixiao@microsoft.com2015-05-152-8/+86
* test_bpf: fix sparse warningsMichael Holzheu2015-05-151-61/+61
* net: core: set qdisc pkt len before tc_classifyFlorian Westphal2015-05-151-1/+2
* netns: fix unbalanced spin_lock on errorNicolas Dichtel2015-05-151-0/+1
* mdio-gpio: Propagate mii_bus.phy_ignore_ta_maskBert Vermeulen2015-05-152-1/+3
* test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-152-9/+316
* tcp: syncookies: extend validity rangeEric Dumazet2015-05-151-14/+24
* ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-151-16/+2
* packet: fix warnings in rollover lock contentionWillem de Bruijn2015-05-141-10/+5
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-147-11/+0
* Merge branch 'phy_turn_around'David S. Miller2015-05-144-2/+14
|\
| * net: phy: mdio-gpio: Handle phy_ignore_ta_maskFlorian Fainelli2015-05-141-2/+5
| * of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli2015-05-142-0/+6
| * net: phy: Add phy_ignore_ta_mask to account for broken turn-aroundFlorian Fainelli2015-05-141-0/+3
|/
* tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-141-1/+1
* cls_flower: Fix compile errorBrian Haley2015-05-141-3/+3
* Merge branch 'tipc-next'David S. Miller2015-05-1414-264/+225
|\
| * tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-145-41/+54
| * tipc: improve link congestion algorithmJon Paul Maloy2015-05-143-10/+22
| * tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-142-61/+22
| * tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-143-96/+97
| * tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-144-62/+53
| * tipc: simplify include dependenciesJon Paul Maloy2015-05-148-17/+22
| * tipc: simplify link timer handlingJon Paul Maloy2015-05-141-3/+3
| * tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-143-32/+10
|/
* Merge branch 'be2net-next'David S. Miller2015-05-145-38/+276
|\
| * be2net: Support for OS2BMC.Venkata Duvvuru2015-05-144-1/+181
| * be2net: Report a "link down" to the stack when a fatal error or fw reset happ...Venkata Duvvuru2015-05-143-34/+49
| * be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru2015-05-144-3/+46
|/
* Merge branch 'nf-ingress'David S. Miller2015-05-1410-23/+159
|\
| * netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-147-1/+124
| * net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-144-4/+9
| * netfilter: add nf_hook_list_active()Pablo Neira2015-05-141-5/+12
| * netfilter: add hook list to nf_hook_statePablo Neira2015-05-142-6/+7
| * netfilter: cleanup struct nf_hook_ops indentationPablo Neira2015-05-141-7/+7
|/
* net: macb: OR vs AND typosDan Carpenter2015-05-141-4/+4
* net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-141-4/+16
* Merge branch 'geneve_tunnel_driver'David S. Miller2015-05-1310-17/+538
|\
| * geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville2015-05-134-0/+527