summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-04-29benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-04-29ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-04-29tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2015-04-29bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-04-29r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-04-298139too: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2015-04-298139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-04-13net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras1-2/+29
2015-02-27netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-02-06drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-01-27enic: fix rx skb checksumGovindarajulu Varadarajan1-4/+8
2015-01-27alx: fix alx_poll()Eric Dumazet1-11/+13
2015-01-27tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan1-17/+17
2014-12-16igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2014-12-16net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1
2014-12-16net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2014-12-16tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo1-1/+2
2014-11-21net/mlx4_en: Fix BlueFlame raceEugenia Emantayev1-19/+42
2014-11-21vio: fix reuse of vio_dring slotDwight Engen1-2/+2
2014-10-15tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich1-1/+2
2014-10-15tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich1-2/+18
2014-10-15myri10ge: check for DMA mapping errorsStanislaw Gruszka1-30/+58
2014-10-06ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-14bnx2x: fix crash during TSO tunnelingDmitry Kravkov2-0/+10
2014-08-08net: mvneta: replace Tx timer with a real interruptwilly tarreau1-60/+12
2014-08-08net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau1-2/+42
2014-08-08net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau1-11/+0
2014-08-08net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau1-26/+48
2014-08-08net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau1-4/+11
2014-07-28sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-07-28be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy1-1/+1
2014-07-28net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons1-1/+1
2014-07-28net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni1-1/+1
2014-07-28bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-07-28igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-01net: cpsw: fix null dereference at probeJohan Hovold1-0/+4
2014-06-26net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2-76/+97
2014-06-26net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang1-1/+5
2014-06-17mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason3-7/+1
2014-05-31tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-05-31list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2014-04-14tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich1-3/+2
2014-04-03net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLEThomas Petazzoni1-2/+2
2014-03-31e100: Fix "disabling already-disabled device" warningMichele Baldessari1-1/+1
2014-03-24tg3: Don't check undefined error bits in RXBDMichael Chan2-3/+6
2014-03-24sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree1-0/+7
2014-03-07tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-02-06net,via-rhine: Fix tx_timeout handlingRichard Weinberger1-0/+1
2014-02-06bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt1-4/+9
2014-02-06e1000e: fix compiler warningsDavid Ertman1-3/+7