| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | mac80211: Ignore VHT IE from peer with wrong rx_mcs_map | Filip Matusiak | 2016-11-15 | 1 | -0/+16 |
| * | | | | af_unix: conditionally use freezable blocking calls in read | WANG Cong | 2016-11-18 | 1 | -6/+11 |
| * | | | | Merge branch 'cpsw-fixes' | David S. Miller | 2016-11-18 | 1 | -21/+74 |
| |\ \ \ \ |
|
| | * | | | | net: ethernet: ti: cpsw: fix fixed-link phy probe deferral | Johan Hovold | 2016-11-18 | 1 | -5/+7 |
| | * | | | | net: ethernet: ti: cpsw: add missing sanity check | Johan Hovold | 2016-11-18 | 1 | -0/+3 |
| | * | | | | net: ethernet: ti: cpsw: fix secondary-emac probe error path | Johan Hovold | 2016-11-18 | 1 | -1/+3 |
| | * | | | | net: ethernet: ti: cpsw: fix of_node and phydev leaks | Johan Hovold | 2016-11-18 | 1 | -0/+35 |
| | * | | | | net: ethernet: ti: cpsw: fix deferred probe | Johan Hovold | 2016-11-18 | 1 | -17/+24 |
| | * | | | | net: ethernet: ti: cpsw: fix mdio device reference leak | Johan Hovold | 2016-11-18 | 1 | -0/+1 |
| | * | | | | net: ethernet: ti: cpsw: fix bad register access in probe error path | Johan Hovold | 2016-11-18 | 1 | -4/+7 |
| |/ / / / |
|
| * | | | | net: sky2: Fix shutdown crash | Jeremy Linton | 2016-11-18 | 1 | -0/+13 |
| * | | | | net sched filters: pass netlink message flags in event notification | Roman Mashak | 2016-11-17 | 1 | -2/+3 |
| * | | | | ip6_tunnel: disable caching when the traffic class is inherited | Paolo Abeni | 2016-11-17 | 1 | -2/+11 |
| * | | | | Merge branch 'phy-dev-leaks' | David S. Miller | 2016-11-17 | 2 | -2/+6 |
| |\ \ \ \ |
|
| | * | | | | net: phy: fixed_phy: fix of_node leak in fixed_phy_unregister | Johan Hovold | 2016-11-17 | 1 | -1/+1 |
| | * | | | | of_mdio: fix device reference leak in of_phy_find_device | Johan Hovold | 2016-11-17 | 1 | -0/+1 |
| | * | | | | of_mdio: fix node leak in of_phy_register_fixed_link error path | Johan Hovold | 2016-11-17 | 1 | -1/+4 |
| |/ / / / |
|
| * | | | | net: check dead netns for peernet2id_alloc() | WANG Cong | 2016-11-17 | 1 | -0/+2 |
| * | | | | bnxt: add a missing rcu synchronization | Eric Dumazet | 2016-11-17 | 1 | -0/+4 |
| * | | | | net: dsa: b53: Fix VLAN usage and how we treat CPU port | Florian Fainelli | 2016-11-17 | 1 | -12/+4 |
| * | | | | net/phy/vitesse: Configure RGMII skew on VSC8601, if needed | Alex | 2016-11-16 | 1 | -1/+33 |
| * | | | | cxgb4: do not call napi_hash_del() | Eric Dumazet | 2016-11-16 | 1 | -1/+0 |
| * | | | | be2net: do not call napi_hash_del() | Eric Dumazet | 2016-11-16 | 1 | -1/+0 |
| * | | | | virtio-net: add a missing synchronize_net() | Eric Dumazet | 2016-11-16 | 1 | -0/+5 |
| * | | | | Merge branch 'thunderx-fixes' | David S. Miller | 2016-11-16 | 9 | -234/+274 |
| |\ \ \ \ |
|
| | * | | | | net: thunderx: Fix memory leak and other issues upon interface toggle | Sunil Goutham | 2016-11-16 | 2 | -7/+18 |
| | * | | | | net: thunderx: Fix VF driver's interface statistics | Sunil Goutham | 2016-11-16 | 6 | -196/+197 |
| | * | | | | net: thunderx: Fix configuration of L3/L4 length checking | Sunil Goutham | 2016-11-16 | 1 | -2/+5 |
| | * | | | | net: thunderx: Program LMAC credits based on MTU | Sunil Goutham | 2016-11-16 | 6 | -30/+53 |
| | * | | | | net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_id | Radha Mohan Chintakuntla | 2016-11-16 | 2 | -2/+4 |
| |/ / / / |
|
| * | | | | Merge branch 'fib-tables-fixes' | David S. Miller | 2016-11-16 | 3 | -6/+84 |
| |\ \ \ \ |
|
| | * | | | | ipv4: Fix memory leak in exception case for splitting tries | Alexander Duyck | 2016-11-16 | 1 | -1/+3 |
| | * | | | | ipv4: Restore fib_trie_flush_external function and fix call ordering | Alexander Duyck | 2016-11-16 | 3 | -5/+81 |
| |/ / / / |
|
| * | | | | bpf: fix range arithmetic for bpf map access | Josef Bacik | 2016-11-16 | 2 | -25/+50 |
| * | | | | rtnetlink: fix rtnl message size computation for XDP | Sabrina Dubroca | 2016-11-16 | 1 | -1/+2 |
| * | | | | rtnetlink: fix rtnl_vfinfo_size | Sabrina Dubroca | 2016-11-16 | 1 | -5/+7 |
| * | | | | gro_cells: mark napi struct as not busy poll candidates | Eric Dumazet | 2016-11-16 | 1 | -0/+3 |
| * | | | | udp: restore UDPlite many-cast delivery | Pablo Neira | 2016-11-16 | 2 | -6/+6 |
| * | | | | net: arc_emac: don't pass multicast packets to kernel in non-multicast mode | Alexander Kochetkov | 2016-11-16 | 1 | -1/+4 |
| * | | | | net: arc_emac: annonce IFF_MULTICAST support | Alexander Kochetkov | 2016-11-16 | 1 | -2/+0 |
| * | | | | Merge branch 'stmmac-ptp' | David S. Miller | 2016-11-16 | 11 | -152/+260 |
| |\ \ \ \ |
|
| | * | | | | stmmac: fix PTP type ethtool stats | Giuseppe CAVALLARO | 2016-11-16 | 5 | -44/+69 |
| | * | | | | stmmac: fix PTP support for GMAC4 | Giuseppe CAVALLARO | 2016-11-16 | 7 | -73/+154 |
| | * | | | | stmmac: update the PTP header file | Giuseppe CAVALLARO | 2016-11-16 | 1 | -35/+37 |
| |/ / / / |
|
| * | | | | igmp: do not remove igmp souce list info when set link down | Hangbin Liu | 2016-11-16 | 1 | -14/+36 |
| * | | | | net: ethernet: Fix SGMII unable to switch speed and autonego failure | Jia Jie Ho | 2016-11-15 | 1 | -2/+2 |
* | | | | | Linux 4.9-rc6v4.9-rc6 | Linus Torvalds | 2016-11-20 | 1 | -1/+1 |
* | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-11-20 | 5 | -36/+30 |
|\ \ \ \ \ |
|
| * | | | | | ARM: Fix XIP kernels | Russell King | 2016-11-17 | 1 | -0/+5 |
| * | | | | | ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcall | Marek Szyprowski | 2016-11-15 | 1 | -1/+1 |