Age | Commit message (Expand) | Author | Files | Lines |
2017-01-26 | r8152: avoid start_xmit to schedule napi when napi is disabled | hayeswang | 1 | -2/+6 |
2017-01-26 | r8152: avoid start_xmit to call napi_schedule during autosuspend | hayeswang | 1 | -3/+9 |
2017-01-25 | net: dsa: Bring back device detaching in dsa_slave_suspend() | Florian Fainelli | 1 | -0/+2 |
2017-01-25 | Merge branch 'phy-truncated-led-names' | David S. Miller | 4 | -5/+10 |
2017-01-25 | net: phy: leds: Fix truncated LED trigger names | Geert Uytterhoeven | 1 | -2/+2 |
2017-01-25 | net: phy: leds: Break dependency of phy.h on phy_led_triggers.h | Geert Uytterhoeven | 3 | -1/+2 |
2017-01-25 | net: phy: leds: Clear phy_num_led_triggers on failure to avoid crash | Geert Uytterhoeven | 1 | -2/+6 |
2017-01-25 | net-next: ethernet: mediatek: change the compatible string | John Crispin | 1 | -1/+1 |
2017-01-25 | Documentation: devicetree: change the mediatek ethernet compatible string | John Crispin | 1 | -1/+1 |
2017-01-25 | Merge branch 'bnxt_en-rtnl-fixes' | David S. Miller | 1 | -32/+46 |
2017-01-25 | bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status(). | Michael Chan | 1 | -3/+6 |
2017-01-25 | bnxt_en: Fix RTNL lock usage on bnxt_update_link(). | Michael Chan | 1 | -19/+18 |
2017-01-25 | bnxt_en: Fix bnxt_reset() in the slow path task. | Michael Chan | 1 | -13/+25 |
2017-01-25 | tcp: correct memory barrier usage in tcp_check_space() | Jason Baron | 1 | -1/+1 |
2017-01-25 | sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment | Xin Long | 1 | -1/+1 |
2017-01-25 | sctp: sctp_addr_id2transport should verify the addr before looking up assoc | Xin Long | 1 | -1/+5 |
2017-01-25 | Merge branch 'lwt-module-unload' | David S. Miller | 7 | -1/+13 |
2017-01-25 | lwtunnel: Fix oops on state free after encap module unload | Robert Shearman | 1 | -1/+5 |
2017-01-25 | net: Specify the owning module for lwtunnel ops | Robert Shearman | 6 | -0/+8 |
2017-01-25 | Merge branch 'tipc-topology-fixes' | David S. Miller | 4 | -83/+99 |
2017-01-25 | tipc: fix cleanup at module unload | Parthasarathy Bhuvaragan | 1 | -3/+1 |
2017-01-25 | tipc: ignore requests when the connection state is not CONNECTED | Parthasarathy Bhuvaragan | 1 | -6/+7 |
2017-01-25 | tipc: fix nametbl_lock soft lockup at module exit | Parthasarathy Bhuvaragan | 1 | -11/+5 |
2017-01-25 | tipc: fix connection refcount error | Parthasarathy Bhuvaragan | 1 | -9/+10 |
2017-01-25 | tipc: add subscription refcount to avoid invalid delete | Parthasarathy Bhuvaragan | 2 | -54/+71 |
2017-01-25 | tipc: fix nametbl_lock soft lockup at node/link events | Parthasarathy Bhuvaragan | 1 | -2/+7 |
2017-01-24 | Merge branch 'alx-mq-fixes' | David S. Miller | 1 | -3/+8 |
2017-01-24 | alx: work around hardware bug in interrupt fallback path | Tobias Regnery | 1 | -2/+6 |
2017-01-24 | alx: fix fallback to msi or legacy interrupts | Tobias Regnery | 1 | -0/+1 |
2017-01-24 | alx: fix wrong condition to free descriptor memory | Tobias Regnery | 1 | -1/+1 |
2017-01-24 | qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card | Bjørn Mork | 2 | -0/+15 |
2017-01-24 | ibmveth: Add a proper check for the availability of the checksum features | Thomas Huth | 1 | -2/+5 |
2017-01-24 | Merge branch 'vxlan-fdb-fixes' | David S. Miller | 1 | -3/+7 |
2017-01-24 | vxlan: do not age static remote mac entries | Balakrishnan Raman | 1 | -1/+1 |
2017-01-24 | vxlan: don't flush static fdb entries on admin down | Roopa Prabhu | 1 | -2/+6 |
2017-01-24 | Merge branch 'ip6_tnl_parse_tlv_enc_lim-fixes' | David S. Miller | 2 | -12/+27 |
2017-01-24 | ipv6: fix ip6_tnl_parse_tlv_enc_lim() | Eric Dumazet | 1 | -12/+22 |
2017-01-24 | ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() | Eric Dumazet | 2 | -0/+5 |
2017-01-24 | virtio_net: fix PAGE_SIZE > 64k | Michael S. Tsirkin | 1 | -1/+9 |
2017-01-24 | af_unix: move unix_mknod() out of bindlock | WANG Cong | 1 | -11/+16 |
2017-01-24 | mlxsw: spectrum_router: Correctly reallocate adjacency entries | Ido Schimmel | 1 | -4/+6 |
2017-01-24 | r8152: don't execute runtime suspend if the tx is not empty | hayeswang | 1 | -1/+3 |
2017-01-24 | Documentation: net: phy: improve explanation when to specify the PHY ID | Martin Blumenstingl | 1 | -2/+3 |
2017-01-24 | net: phy: marvell: Add Wake from LAN support for 88E1510 PHY | Jingju Hou | 1 | -0/+2 |
2017-01-24 | Merge tag 'mac80211-for-davem-2017-01-24' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -2/+0 |
2017-01-24 | mac80211: don't try to sleep in rate_control_rate_init() | Johannes Berg | 1 | -2/+0 |
2017-01-23 | net: dsa: Check return value of phy_connect_direct() | Florian Fainelli | 1 | -4/+2 |
2017-01-23 | net: phy: Avoid deadlock during phy_error() | Florian Fainelli | 1 | -5/+9 |
2017-01-23 | net: mpls: Fix multipath selection for LSR use case | David Ahern | 1 | -23/+25 |
2017-01-23 | Merge branch 'amd-xgbe-fixes' | David S. Miller | 5 | -5/+26 |