summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: bcmgenet: Free skb after last Tx fragDoug Berger2017-11-112-59/+83
* net: bcmgenet: Fix unmapping of fragments in bcmgenet_xmit()Doug Berger2017-11-111-103/+84
* net: bcmgenet: cleanup for bcmgenet_xmit_frag()Petri Gynther2017-11-111-4/+7
* net: bcmgenet: fix dev->stats.tx_bytes accountingPetri Gynther2017-11-112-4/+18
* net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli2017-11-111-13/+5
* net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther2017-11-111-56/+42
* net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther2017-11-112-21/+22
* net: bcmgenet: fix off-by-one in incrementing read pointerFlorian Fainelli2017-11-111-5/+4
* net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli2017-11-111-14/+19
* netvsc: fix incorrect receive checksum offloadingStephen Hemminger2017-10-121-8/+11
* mwifiex: do not update MCS set from hostapdGanapathi Bhat2017-10-122-27/+0
* libertas: Fix lbs_prb_rsp_limit_set()Dan Carpenter2017-10-121-2/+3
* ath9k: fix tx99 bus errorMiaoqing Pan2017-10-121-2/+0
* ath9k: fix tx99 use after freeMiaoqing Pan2017-10-121-4/+9
* iwlwifi: mvm: fix the recovery flow while connectingEmmanuel Grumbach2017-10-121-7/+25
* vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu2017-10-121-1/+1
* e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson2017-10-121-1/+6
* e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman2017-10-121-0/+26
* wlcore: fix 64K page supportArnd Bergmann2017-10-121-1/+2
* mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris2017-10-121-18/+19
* brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-09-151-0/+5
* net: dp83640: Avoid NULL pointer dereference.Richard Cochran2017-09-151-1/+1
* can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde2017-09-151-0/+2
* net: emac: fix reset timeout with AR8035 phyChristian Lamparter2017-09-151-4/+22
* net: ethoc: enable NAPI before poll may be scheduledMax Filippov2017-09-151-1/+2
* bnx2x: Fix Multi-CosMintz, Yuval2017-09-151-1/+1
* net: phy: fix marvell phy status readingRussell King2017-09-151-2/+0
* net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König2017-09-151-5/+2
* net: phy: marvell: Limit errata to 88m1101Andrew Lunn2017-09-151-29/+37
* sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven2017-09-151-1/+1
* net: irda: irda-usb: fix firmware name on big-endian hostsJohan Hovold2017-09-151-1/+1
* netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King2017-09-151-1/+1
* net/mlx4: Fix the check in attaching steering rulesTalat Batheesh2017-08-263-9/+24
* ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080Alexander Tsoy2017-08-261-0/+2
* net/mlx4_en: Avoid adding steering rules with invalid ringTalat Batheesh2017-08-261-0/+5
* net/mlx4_en: Change the error print to debug printKamal Heib2017-08-261-1/+2
* virtio_net: fix support for small ringsMichael S. Tsirkin2017-08-261-4/+26
* tg3: don't clear stats while tg3_closeYueHaibing2017-08-261-4/+0
* net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy2017-08-261-5/+3
* mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris2017-08-261-0/+7
* ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter2017-08-261-1/+1
* ath9k_htc: fix NULL-deref at probeJohan Hovold2017-08-261-0/+3
* zd1211rw: fix NULL-deref at probeJohan Hovold2017-08-261-0/+3
* ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin2017-08-261-0/+1
* ath9k_htc: Add new USB IDLeon Nardella2017-08-261-0/+1
* team: fix memory leaksPan Bian2017-07-181-2/+6
* macvlan: Fix device ref leak when purging bc_queueHerbert Xu2017-07-181-1/+10
* net: tc35815: move free after the dereferenceDan Carpenter2017-07-181-1/+1
* sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-07-181-7/+2
* cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-07-181-5/+2