| Commit message (Expand) | Author | Age | Files | Lines |
* | tg3: Change nvram command timeout value to 50ms | Prashant Sreedharan | 2014-06-25 | 1 | -2/+2 |
* | tg3: Clear NETIF_F_TSO6 flag before doing software GSO | Prashant Sreedharan | 2014-06-19 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 32 | -129/+2571 |
|\ |
|
| * | bnx2x: Enlarge the dorq threshold for VFs | Ariel Elior | 2014-06-12 | 1 | -2/+4 |
| * | bnx2x: Check for UNDI in uncommon branch | Yuval Mintz | 2014-06-12 | 1 | -13/+30 |
| * | bnx2x: Fix 1G-baseT link | Yaniv Rosner | 2014-06-12 | 1 | -0/+1 |
| * | bnx2x: Fix link for KR with swapped polarity lane | Yaniv Rosner | 2014-06-12 | 1 | -6/+19 |
| * | net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate | Jiri Pirko | 2014-06-06 | 1 | -2/+2 |
| * | net: systemport: start with carrier off | Florian Fainelli | 2014-06-05 | 1 | -0/+3 |
| * | net: systemport: fix comment about HW prepending 2bytes | Florian Fainelli | 2014-06-05 | 1 | -3/+3 |
| * | net: systemport: correctly check for RX_STATUS_OVFLOW flag | Florian Fainelli | 2014-06-05 | 1 | -1/+1 |
| * | net: systemport: fix transmit locking scheme | Florian Fainelli | 2014-06-05 | 1 | -5/+7 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-03 | 3 | -15/+30 |
| |\ |
|
| | * | bnx2x: Fix kernel crash and data miscompare after EEH recovery | wenxiong@linux.vnet.ibm.com | 2014-06-03 | 1 | -0/+12 |
| | * | bnx2x: Adapter not recovery from EEH error injection | wenxiong@linux.vnet.ibm.com | 2014-06-03 | 1 | -2/+2 |
| | * | cnic: Fix missing ISCSI_KEVENT_IF_DOWN message | Michael Chan | 2014-06-02 | 1 | -3/+5 |
| | * | cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings() | Michael Chan | 2014-06-02 | 1 | -6/+0 |
| | * | cnic: Don't take rcu_read_lock in cnic_rcv_netevent() | Michael Chan | 2014-06-02 | 1 | -4/+11 |
| * | | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2014-06-02 | 2 | -11/+12 |
| |\ \ |
|
| | * | | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings | 2014-06-03 | 2 | -11/+12 |
| * | | | bnx2x: Remove useless return variables | Peter Senna Tschudin | 2014-06-02 | 1 | -6/+4 |
| * | | | drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC | Paul Gortmaker | 2014-06-02 | 2 | -8/+8 |
| * | | | bnx2x: update MAINTAINERS for bnx2x and e-mail addresses | Ariel Elior | 2014-05-30 | 18 | -28/+28 |
| * | | | tg3: Override clock, link aware and link idle mode during NVRAM dump | Prashant Sreedharan | 2014-05-24 | 1 | -7/+38 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 2 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t... | Sucheta Chakraborty | 2014-05-23 | 1 | -1/+2 |
| * | | | net: systemport: use the new fixed PHY helpers | Florian Fainelli | 2014-05-22 | 2 | -2/+16 |
| * | | | net: bcmgenet: use the new fixed PHY helpers | Florian Fainelli | 2014-05-22 | 1 | -8/+13 |
| * | | | net: systemport: wait for packet in umac_enable_set() | Florian Fainelli | 2014-05-16 | 1 | -0/+6 |
| * | | | net: systemport: fix dma_unmap_single() len | Florian Fainelli | 2014-05-16 | 1 | -1/+1 |
| * | | | net: systemport: pad packets to a minimum of 68 bytes | Florian Fainelli | 2014-05-15 | 2 | -7/+23 |
| * | | | net: systemport: only update UMAC_CMD if something changed | Florian Fainelli | 2014-05-15 | 1 | -5/+6 |
| | |/
| |/| |
|
| * | | net: systemport: Use devm_ioremap_resource() | Jingoo Han | 2014-05-14 | 1 | -4/+3 |
| * | | tg3: Update copyright and version to 3.137 | Michael Chan | 2014-05-13 | 2 | -4/+4 |
| * | | tg3: Prevent page allocation failure during TSO workaround | Michael Chan | 2014-05-13 | 1 | -7/+26 |
| * | | tg3: Don't modify ip header fields when doing GSO | Michael Chan | 2014-05-13 | 1 | -7/+5 |
| * | | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 6 | -10/+8 |
| * | | bnx2x: fix build when BNX2X_SRIOV is not enabled | Randy Dunlap | 2014-05-13 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-12 | 4 | -18/+58 |
| |\ \ |
|
| * | | | net: systemport: hook SYSTEMPORT driver in the build | Florian Fainelli | 2014-04-26 | 2 | -0/+12 |
| * | | | net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver | Florian Fainelli | 2014-04-26 | 2 | -0/+2291 |
| * | | | bcm63xx_enet: Use ARRAY_SIZE instead of open coding it | Tobias Klauser | 2014-04-24 | 1 | -2/+1 |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 5 | -33/+33 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 5 | -33/+33 |
* | | | | bnx2x: Convert return 0 to return rc | Joe Perches | 2014-05-18 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | bnx2x: Fix UNDI driver unload | Yuval Mintz | 2014-05-09 | 1 | -3/+7 |
* | | | bnx2x: Fix failure to configure VF multicast filters | Narender Kumar | 2014-04-26 | 1 | -0/+1 |
* | | | bnx2x: Fix vlan credit issues for VFs | Yuval Mintz | 2014-04-26 | 3 | -11/+37 |
* | | | bnx2x: Memory leak during VF removal | Yuval Mintz | 2014-04-26 | 3 | -4/+13 |
| |/
|/| |
|
* | | tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled | Ivan Vecera | 2014-04-18 | 1 | -1/+3 |
|/ |
|