Age | Commit message (Expand) | Author | Files | Lines |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn | 22 | -34/+34 |
2016-01-07 | phy: Use phy_read() instead of mdiobus_read() | Andrew Lunn | 1 | -68/+36 |
2016-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+8 |
2016-01-06 | fsl/fman: double free on probe failure | Dan Carpenter | 1 | -1/+0 |
2016-01-06 | fsl/fman: fix the pause_time test | Dan Carpenter | 1 | -1/+1 |
2016-01-06 | mlxsw: core: remove an unnecessary condition | Dan Carpenter | 1 | -1/+1 |
2016-01-06 | ethernet/atheros/alx: sanitize buffer sizing and padding | Jarod Wilson | 3 | -12/+14 |
2016-01-06 | mlxsw: Remember untagged VLANs | Elad Raz | 3 | -1/+17 |
2016-01-06 | mlxsw: Disable vlan_filtering for non .1D bridge | Elad Raz | 1 | -0/+21 |
2016-01-06 | mlxsw: Renaming local variable names for consistency | Elad Raz | 1 | -3/+3 |
2016-01-06 | mlxsw: Fixing vlans init range | Elad Raz | 1 | -1/+2 |
2016-01-06 | mlxsw: pci: Adjust value of CPU egress traffic class | Ido Schimmel | 1 | -1/+1 |
2016-01-06 | net: hns: avoid uninitialized variable warning: | Arnd Bergmann | 1 | -25/+22 |
2016-01-05 | net/mlx5e: Add PTP Hardware Clock (PHC) support | Eran Ben Elisha | 4 | -1/+106 |
2016-01-05 | net/mlx5e: Add HW timestamping (TS) support | Eran Ben Elisha | 7 | -2/+279 |
2016-01-05 | net/mlx5_core: Introduce access function to read internal timer | Eran Ben Elisha | 2 | -0/+14 |
2016-01-05 | net/mlx5e: Do not modify the TX SKB | Achiad Shochat | 3 | -34/+49 |
2016-01-05 | mlxsw: spectrum: Change bridge port attributes only when bridged | Ido Schimmel | 2 | -6/+14 |
2016-01-05 | mlxsw: spectrum: Set bridge status in appropriate functions | Ido Schimmel | 1 | -10/+5 |
2016-01-05 | mlxsw: spectrum: Return NOTIFY_BAD on bridge failure | Ido Schimmel | 1 | -3/+7 |
2016-01-05 | mlxsw: spectrum: Initialize PVID only once | Ido Schimmel | 1 | -1/+0 |
2016-01-05 | chelsio: constify cphy_ops structures | Julia Lawall | 8 | -14/+14 |
2016-01-05 | fsl/fman: allow modular build | Arnd Bergmann | 1 | -1/+2 |
2016-01-05 | cxgb4: correctly handling failed allocation | Insu Yun | 1 | -0/+4 |
2016-01-05 | qlcnic: correctly handle qlcnic_alloc_mbx_args | Insu Yun | 1 | -2/+4 |
2016-01-05 | r8169:Correct the way of setting RTL8168DP ephy | Chun-Hao Lin | 1 | -11/+4 |
2016-01-05 | r8169:Fix typo in setting RTL8168H PHY PFM mode. | Chun-Hao Lin | 1 | -2/+2 |
2016-01-05 | r8169:Fix typo in setting RTL8168EP and RTL8168H D3cold PFM mode | Chun-Hao Lin | 1 | -3/+3 |
2016-01-05 | sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}() | Sergei Shtylyov | 1 | -43/+29 |
2016-01-05 | sh_eth: remove EDMAC_BIG_ENDIAN | Sergei Shtylyov | 2 | -17/+2 |
2016-01-05 | tilepro: use to_delayed_work | Geliang Tang | 1 | -2/+1 |
2016-01-04 | bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings. | Michael Chan | 1 | -12/+45 |
2016-01-04 | bnxt_en: Modify init sequence to support shared or non shared rings. | Michael Chan | 1 | -10/+32 |
2016-01-04 | bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings. | Michael Chan | 3 | -25/+79 |
2016-01-04 | bnxt_en: Re-structure ring indexing and mapping. | Michael Chan | 2 | -38/+55 |
2016-01-04 | bnxt_en: Check for NULL rx or tx ring. | Michael Chan | 1 | -5/+22 |
2016-01-04 | bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct. | Michael Chan | 2 | -86/+70 |
2016-01-04 | bnxt_en: Refactor bnxt_dbg_dump_states(). | Michael Chan | 1 | -17/+33 |
2016-01-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 13 | -118/+113 |
2016-01-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 10 | -73/+112 |
2015-12-31 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 7 | -32/+62 |
2015-12-31 | be2net: bump up the driver version to 11.0.0.0 | Suresh Reddy | 1 | -1/+1 |
2015-12-31 | be2net: support ethtool get-dump option | Venkat Duvvuru | 5 | -57/+71 |
2015-12-31 | be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd | Suresh Reddy | 4 | -53/+63 |
2015-12-31 | be2net: remove unused error variables | Venkat Duvvuru | 1 | -4/+0 |
2015-12-31 | be2net: remove a line of code that has no effect | Sathya Perla | 3 | -4/+3 |
2015-12-31 | be2net: log digital signature errors while flashing FW image | Suresh Reddy | 2 | -2/+16 |
2015-12-31 | be2net: move FW flash cmd code to be_cmds.c | Suresh Reddy | 3 | -584/+578 |
2015-12-31 | be2net: cleanup FW flash image related macro defines | Suresh Reddy | 2 | -101/+118 |
2015-12-31 | be2net: avoid configuring VEPA mode on BE3 | Suresh Reddy | 1 | -0/+3 |