summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-184-7/+15
* tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-182-2/+6
* net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-182-7/+8
* net-packet: fix null pointer exception in rollover modeWillem de Bruijn2015-05-181-3/+5
* net: fix two sparse errorsEric Dumazet2015-05-171-6/+5Star
* netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
* ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
* net: fix sparse error in csum_replace4()Eric Dumazet2015-05-171-1/+3
* net: phy: Add state machine state transitions debug printsFlorian Fainelli2015-05-161-0/+31
* rocker: fix a neigh entry leak issueYing Xue2015-05-151-3/+5
* Merge branch 'amd-xgbe-next'David S. Miller2015-05-1516-2452/+2092Star
|\
| * amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas2015-05-151-2/+0Star
| * amd-xgbe: Fix flow control setting logicLendacky, Thomas2015-05-154-40/+72
| * amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas2015-05-153-37/+29Star
| * amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-1514-2274/+1828Star
| * amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas2015-05-153-33/+37
| * amd-xgbe: Add netif_* message support to the driverLendacky, Thomas2015-05-157-151/+191
| * amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas2015-05-153-3/+23
|/
* Merge branch 'stmmac-platform-glue'David S. Miller2015-05-1512-55/+378
|\
| * stmmac: drop driver from stmmac platform codeJoachim Eastwood2015-05-152-23/+3Star
| * 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/+2Star
* packet: fix warnings in rollover lock contentionWillem de Bruijn2015-05-141-10/+5Star
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-147-11/+0Star
* 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/+225Star
|\
| * 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/+22Star