summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-07-27cdc_ncm: workaround for EM7455 "silent" data interfaceBjørn Mork1-0/+7
2016-07-27mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-07-11net: alx: Work around the DMA RX overflow issueFeng Tang1-1/+6
2016-07-11net: macb: fix default configuration for GMAC on AT91Nicolas Ferre2-7/+8
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2-7/+22
2016-06-24geneve: Relax MTU constraintsDavid Wragg1-1/+12
2016-06-24vxlan: Relax MTU constraintsDavid Wragg1-11/+25
2016-06-24vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
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-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-15/+5
2016-06-24tuntap: correctly wake up process during uninitJason Wang1-3/+3
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-19net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de1-0/+4
2016-05-19net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens1-1/+1
2016-05-19net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König1-2/+8
2016-05-19net/mlx4_en: fix spurious timestamping callbacksEric Dumazet1-2/+4
2016-05-19net/mlx5e: Fix minimum MTUSaeed Mahameed1-3/+8
2016-05-19net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2-7/+7
2016-05-19atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-05-19cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork1-2/+7
2016-05-11ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisationOleksij Rempel2-10/+3
2016-05-11mwifiex: fix corner case association failureAmitkumar Karwar1-0/+1
2016-05-05jme: Fix device PM wakeup API usageGuo-Fu Tseng1-4/+2
2016-05-05jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng1-6/+11
2016-05-05iwlwifi: mvm: fix memory leak in pagingMatti Gottlieb2-2/+2
2016-05-05iwlwifi: pcie: lower the debug level for RSA semaphore accessEmmanuel Grumbach1-2/+2
2016-04-20cdc-acm: fix NULL pointer referenceOliver Neukum1-1/+7
2016-04-20tuntap: restore default qdiscJason Wang1-2/+2
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-3/+5
2016-04-20qmi_wwan: add "D-Link DWM-221 B1" device idBjørn Mork1-0/+1
2016-04-20ppp: take reference on channels netnsGuillaume Nault1-1/+3
2016-04-20bonding: fix bond_get_stats()Eric Dumazet1-30/+35
2016-04-20net: bcmgenet: fix dma api length mismatchEric Dumazet1-2/+2
2016-04-20qlge: Fix receive packets drop.Manish Chopra1-0/+11
2016-04-20ppp: ensure file->private_data can't be overriddenGuillaume Nault1-14/+17
2016-04-20ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3