aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16qlcnic: Bumped up version numberAnirban Chakraborty1-2/+2
2010-06-16qlcnic: Fix a bug in setting up NIC partitioning modeAnirban Chakraborty3-52/+37
2010-06-15netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang2-43/+85
2010-06-15cnic: Fix cnic_cm_abort() error handling.Michael Chan1-11/+18
2010-06-15cnic: Refactor and fix cnic_ready_to_close().Michael Chan1-16/+10
2010-06-15cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan1-6/+9
2010-06-15cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan1-0/+2
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck3-26/+79
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-1/+1
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko1-12/+16
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+1
2010-06-14bnx2x: Fix link problem with some DACsYaniv Rosner1-3/+5
2010-06-14loopback: Implement 64bit stats on 32bit archesEric Dumazet1-10/+51
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-38/+20
2010-06-13ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek1-29/+8
2010-06-13e1000: Fix message logging defectJoe Perches1-9/+8
2010-06-13ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore1-0/+4
2010-06-12usbnet: Print device statistics as unsignedBen Hutchings1-1/+1
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings1-3/+3
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-12ucc_geth driver: add ioctlSergey Matyukevich1-0/+14
2010-06-12enic: fix pci_alloc_consistent argumentRandy Dunlap1-1/+1
2010-06-11bnx2: Fix compiler warning in bnx2_disable_forced_2g5().Michael Chan1-15/+28
2010-06-11enic: cleanup vic_provinfo_alloc()Dan Carpenter1-2/+3
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-10/+67
2010-06-11ethoc: use devres resource managementJonas Bonn1-27/+1
2010-06-11ethoc: Clear command buffer after writeJonas Bonn1-1/+4
2010-06-11Remove unused variableJonas Bonn1-1/+0
2010-06-11ethoc: Clean up PHY probingJonas Bonn1-16/+8
2010-06-11ethoc: write number of TX buffers in init_ringJonas Bonn1-2/+2
2010-06-11ethoc: Write bus addresses to registersJonas Bonn1-5/+22
2010-06-11ethoc: calculate number of buffers in ethoc_probeJonas Bonn1-7/+7
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller149-3477/+6767
2010-06-10net-next: remove useless union keywordChangli Gao2-4/+4
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang2-2/+2
2010-06-09cleanup: remove pppoe_xmit() declaration.Rami Rosen1-1/+0
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-09gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-09phylib: Add support for the LXT973 phy.Richard Cochran1-1/+50
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller12-204/+274
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-08wl1251: fix ELP_CTRL register readsGrazvydas Ignotas1-6/+34
2010-06-08ath5k: add debugfs file for queue debuggingBruno Randolf2-0/+67
2010-06-08ath5k: no need to save/restore the default antennaBruno Randolf1-7/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf4-27/+46
2010-06-08ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masksBruno Randolf1-2/+2
2010-06-08libertas: Fix ethtool reporting no WOL options supported if WOL is not already activeSascha Silbe1-6/+3
2010-06-07macvlan: use call_rcu for port freeJiri Pirko1-2/+10