summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-06-24net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-06-24vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-06-24net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-06-24net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-06-24team: don't call netdev_change_features under team->lockIvan Vecera1-2/+7
2016-06-24sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-06-24net: mvneta: Fix lacking spinlock initializationGregory CLEMENT1-0/+1
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-9/+5
2016-06-24tuntap: correctly wake up process during uninitJason Wang1-3/+3
2016-06-24macsec: fix netlink attribute for key idSabrina Dubroca1-2/+2
2016-06-24switchdev: pass pointer to fib_info instead of copyJiri Pirko1-2/+2
2016-06-08rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx...wang yanqing1-1/+1
2016-06-08rtlwifi: Fix logic error in enter/exit power-save modewang yanqing1-2/+2
2016-06-08rtlwifi: btcoexist: Implement antenna selectionLarry Finger4-5/+38
2016-06-08rtlwifi: rtl8723be: Add antenna select module parameterLarry Finger3-0/+11
2016-06-08ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2016-06-08ath10k: fix kernel panic, move arvifs list head init before htt initAnilkumar Kolli1-4/+4
2016-06-08ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan1-1/+7
2016-06-08ath10k: fix firmware assert in monitor modeRajkumar Manoharan1-1/+4
2016-06-08ath10k: fix debugfs pktlog_filter writeAnilkumar Kolli1-1/+6
2016-06-08ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-0/+10
2016-06-08ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)1-0/+7
2016-06-01can: fix handling of unmodifiable configuration optionsOliver Hartkopp2-5/+53
2016-06-01asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz1-1/+1
2016-05-14drivers: net: xgene: fix register offsetIyappan Subramanian2-4/+4
2016-05-14drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian4-19/+53
2016-05-14drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2-11/+27
2016-05-14drivers: net: xgene: fix sharing of irqsIyappan Subramanian1-2/+2
2016-05-14drivers: net: xgene: fix IPv4 forward crashIyappan Subramanian2-5/+8
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-05-12net: mvneta: bm: fix dependencies againArnd Bergmann1-1/+1
2016-05-12bnxt_en: Add workaround to detect bad opaque in rx completion (part 2)Michael Chan2-0/+61
2016-05-12bnxt_en: Add workaround to detect bad opaque in rx completion (part 1)Michael Chan2-0/+4
2016-05-12qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template()Dan Carpenter1-2/+6
2016-05-10net: phylib: fix interrupts re-enablement in phy_startShaohui Xie1-3/+5
2016-05-10net: nps_enet: bug fix - handle lost tx interruptsElad Kanfi1-0/+15
2016-05-10net: nps_enet: Tx handler synchronizationElad Kanfi2-8/+9
2016-05-10Merge tag 'wireless-drivers-for-davem-2016-05-09' of git://git.kernel.org/pub...David S. Miller1-35/+48
2016-05-10net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de1-0/+4
2016-05-10ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven1-0/+2
2016-05-09net/mlx5e: make VXLAN support conditionalArnd Bergmann5-3/+24
2016-05-09Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann1-1/+0
2016-05-09macsec: key identifier is 128 bits, not 64Sabrina Dubroca1-6/+13
2016-05-09macvtap: segmented packet is consumedEric Dumazet1-1/+1
2016-05-09qede: uninitialized variable in qede_start_xmit()Dan Carpenter1-1/+1
2016-05-07netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter1-1/+2
2016-05-07netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter1-1/+1
2016-05-07netxen: fix error handling in netxen_get_flash_block()Dan Carpenter1-4/+8
2016-05-07mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel1-0/+8
2016-05-07mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel1-2/+2