| Commit message (Expand) | Author | Age | Files | Lines |
* | netlink: Use random autobind rover | Herbert Xu | 2015-05-17 | 1 | -6/+10 |
* | netns: make nsid_lock per net | WANG Cong | 2015-05-17 | 2 | -16/+17 |
* | net: dsa: bcm_sf2: properly propagate carrier down state for MoCA | Florian Fainelli | 2015-05-17 | 1 | -0/+7 |
* | flow_dissector: remove bogus return in tipc section | Jiri Pirko | 2015-05-17 | 1 | -1/+0 |
* | hv_netvsc: change member name of struct netvsc_stats | sixiao@microsoft.com | 2015-05-17 | 2 | -9/+9 |
* | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. | Samudrala, Sridhar | 2015-05-17 | 5 | -107/+312 |
* | Merge branch 'tcp_mem_pressure' | David S. Miller | 2015-05-17 | 7 | -26/+53 |
|\ |
|
| * | tcp: halves tcp_mem[] limits | Eric Dumazet | 2015-05-17 | 1 | -4/+5 |
| * | tcp: allow one skb to be received per socket under memory pressure | Eric Dumazet | 2015-05-17 | 1 | -4/+6 |
| * | tcp: fix behavior for epoll edge trigger | Eric Dumazet | 2015-05-17 | 1 | -2/+13 |
| * | tcp: introduce tcp_under_memory_pressure() | Eric Dumazet | 2015-05-17 | 4 | -7/+15 |
| * | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() | Eric Dumazet | 2015-05-17 | 2 | -2/+6 |
| * | net: fix sk_mem_reclaim_partial() | Eric Dumazet | 2015-05-17 | 2 | -7/+8 |
|/ |
|
* | net-packet: fix null pointer exception in rollover mode | Willem de Bruijn | 2015-05-17 | 1 | -3/+5 |
* | net: fix two sparse errors | Eric Dumazet | 2015-05-17 | 1 | -6/+5 |
* | netfilter: synproxy: fix sparse errors | Eric Dumazet | 2015-05-17 | 1 | -2/+2 |
* | ipip: fix one sparse error | Eric Dumazet | 2015-05-17 | 1 | -1/+2 |
* | net: fix sparse error in csum_replace4() | Eric Dumazet | 2015-05-17 | 1 | -1/+3 |
* | net: phy: Add state machine state transitions debug prints | Florian Fainelli | 2015-05-16 | 1 | -0/+31 |
* | rocker: fix a neigh entry leak issue | Ying Xue | 2015-05-15 | 1 | -3/+5 |
* | Merge branch 'amd-xgbe-next' | David S. Miller | 2015-05-15 | 16 | -2452/+2092 |
|\ |
|
| * | amd-xgbe: Remove manual check and set of dma_mask pointer | Lendacky, Thomas | 2015-05-15 | 1 | -2/+0 |
| * | amd-xgbe: Fix flow control setting logic | Lendacky, Thomas | 2015-05-15 | 4 | -40/+72 |
| * | amd-xgbe: Support defining PHY resources in ETH device node | Lendacky, Thomas | 2015-05-15 | 3 | -37/+29 |
| * | amd-xgbe: Move the PHY support into amd-xgbe | Lendacky, Thomas | 2015-05-15 | 14 | -2274/+1828 |
| * | amd-xgbe: Rework the Rx path SKB allocation | Lendacky, Thomas | 2015-05-15 | 3 | -33/+37 |
| * | amd-xgbe: Add netif_* message support to the driver | Lendacky, Thomas | 2015-05-15 | 7 | -151/+191 |
| * | amd-xgbe: Add additional stats to be reported via ethtool | Lendacky, Thomas | 2015-05-15 | 3 | -3/+23 |
|/ |
|
* | Merge branch 'stmmac-platform-glue' | David S. Miller | 2015-05-15 | 12 | -55/+378 |
|\ |
|
| * | stmmac: drop driver from stmmac platform code | Joachim Eastwood | 2015-05-15 | 2 | -23/+3 |
| * | stmmac: convert dwmac-sunxi to platform driver | Joachim Eastwood | 2015-05-15 | 5 | -5/+36 |
| * | stmmac: convert dwmac-sti to platform driver | Joachim Eastwood | 2015-05-15 | 5 | -9/+40 |
| * | stmmac: convert dwmac-socfpga to platform driver | Joachim Eastwood | 2015-05-15 | 5 | -4/+34 |
| * | stmmac: convert dwmac-rk to platform driver | Joachim Eastwood | 2015-05-15 | 5 | -4/+39 |
| * | stmmac: convert dwmac-meson to platform driver | Joachim Eastwood | 2015-05-15 | 5 | -4/+36 |
| * | stmmac: convert dwmac-lpc18xx to a platform driver | Joachim Eastwood | 2015-05-15 | 5 | -4/+35 |
| * | stmmac: add a generic dwmac driver | Joachim Eastwood | 2015-05-15 | 4 | -6/+54 |
| * | stmmac: prepare stmmac platform to support stand alone drivers | Joachim Eastwood | 2015-05-15 | 2 | -5/+13 |
| * | doc: dt: add documentation for nxp,lpc1850-dwmac | Joachim Eastwood | 2015-05-15 | 1 | -0/+20 |
| * | stmmac: add dwmac glue for NXP 18xx/43xx family | Joachim Eastwood | 2015-05-15 | 4 | -1/+78 |
|/ |
|
* | hv_netvsc: use per_cpu stats to calculate TX/RX data | sixiao@microsoft.com | 2015-05-14 | 2 | -8/+86 |
* | test_bpf: fix sparse warnings | Michael Holzheu | 2015-05-14 | 1 | -61/+61 |
* | net: core: set qdisc pkt len before tc_classify | Florian Westphal | 2015-05-14 | 1 | -1/+2 |
* | netns: fix unbalanced spin_lock on error | Nicolas Dichtel | 2015-05-14 | 1 | -0/+1 |
* | mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask | Bert Vermeulen | 2015-05-14 | 2 | -1/+3 |
* | test_bpf: add tests related to BPF_MAXINSNS | Daniel Borkmann | 2015-05-14 | 2 | -9/+316 |
* | tcp: syncookies: extend validity range | Eric Dumazet | 2015-05-14 | 1 | -14/+24 |
* | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64 | Alexander Duyck | 2015-05-14 | 1 | -16/+2 |
* | packet: fix warnings in rollover lock contention | Willem de Bruijn | 2015-05-14 | 1 | -10/+5 |
* | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 2015-05-14 | 7 | -11/+0 |