summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2014-10-17net: fec: better indexing for transmit descriptor ringRussell King
2014-10-17net: fec: use a union for the buffer descriptorsRussell King
2014-10-17net: fec: add barrier to receive path to ensure proper orderingRussell King
2014-10-17net: fec: add barrier to transmit path to ensure proper orderingRussell King
2014-10-17net: fec: fix calculation of free packetsRussell King
2014-10-17net: fec: move netif_wake_queue() out of transmit loopRussell King
2014-10-17net: fec: clean up fec_enet_get_free_txdesc_num() callsitesRussell King
2014-10-17net: fec: move transmit dma ring address calculation to fec_enet_init()Russell King
2014-10-17net: fec: increase receive ring sizeRussell King
2014-10-17net: fec: add byte queue limits supportRussell King
2014-10-17net: fec: improve UDP performanceRussell King
2014-10-17net: fec: improve flow control supportRussell King
2014-10-17net: fec: verify checksum offsetRussell King
2014-10-17net: fec: avoid hitting transmitter if it is still runningRussell King
2014-10-17net: fec: ensure that we dma unmap the transmit descriptorsRussell King
2014-10-17net: fec: fix receive error handlingRussell King
2014-10-01r8152: disable power cut for RTL8153hayeswang
2014-10-01r8152: remove clearing bphayeswang
2014-10-01bnx2: Correctly receive full sized 802.1ad fragmesVlad Yasevich
2014-10-01tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich
2014-09-30r8152: fix setting RTL8152_UNPLUGhayeswang
2014-09-30netxen: Fix bug in Tx completion path.Manish Chopra
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra
2014-09-30hyperv: Fix a bug in netvsc_start_xmit()KY Srinivasan
2014-09-29net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong
2014-09-26net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak
2014-09-26r8152: fix the carrier off when autoresuminghayeswang
2014-09-26Revert "net/macb: add pinctrl consumer support"Soren Brinkmann
2014-09-26macvtap: Fix race between device delete and open.Vlad Yasevich
2014-09-26qlcnic: Fix ordering of stats in stats buffer.Manish Chopra
2014-09-26qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra
2014-09-26qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra
2014-09-26qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...Sony Chacko
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-24Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2014-09-23brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode
2014-09-22net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli
2014-09-22net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli
2014-09-22dm9000: Return an ERR_PTR() in all error conditions of dm9000_parse_dt()Tobias Klauser
2014-09-22ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik
2014-09-22r8169: fix an if conditionDan Carpenter
2014-09-22r8152: disable ALDPShayeswang
2014-09-22tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich
2014-09-22macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel
2014-09-22pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller
2014-09-22mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak
2014-09-19Merge tag 'linux-can-fixes-for-3.17-20140918' of git://gitorious.org/linux-ca...David S. Miller
2014-09-19net: allow macvlans to move to net namespaceFrancesco Ruggeri