summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-05ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon1-2/+0
2019-03-05net: usb: asix: ax88772_bind return error when hw_reset failZhang Run1-2/+7
2019-03-05net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto1-1/+3
2019-02-27net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+21
2019-02-27team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang1-22/+5
2019-02-27net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser8-182/+196
2019-02-27net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan1-0/+1
2019-02-27mlxsw: spectrum_switchdev: Do not treat static FDB entries as stickyIdo Schimmel1-6/+6
2019-02-27net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-02-27net: hns: Fix use after free identified by SLUB debugYonglong Liu1-4/+2
2019-02-27qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin1-0/+4
2019-02-23net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-02-23vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet1-2/+11
2019-02-23sky2: Increase D3 delay againKai-Heng Feng1-1/+1
2019-02-23net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-02-23net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski1-1/+4
2019-02-20kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-12/+6
2019-02-20ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2019-02-20smsc95xx: Use skb_cow_head to deal with cloned skbsJames Hughes1-6/+6
2019-02-20bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens1-0/+18
2019-02-12ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi1-2/+2
2019-02-12ath9k: dynack: make ewma estimation fasterLorenzo Bianconi4-12/+29
2019-02-12enic: fix checksum validation for IPv6Govindarajulu Varadarajan1-1/+1
2019-02-12net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang1-0/+14
2019-02-12net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2-15/+12
2019-02-12skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-02-12fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2-2/+2
2019-02-12niu: fix missing checks of niu_pci_eeprom_readKangjie Lu1-2/+8
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2019-02-12cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai1-7/+6
2019-02-12ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi1-1/+2
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-3/+3
2019-02-06net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin1-13/+6
2019-02-06ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2019-02-06net/mlx4_core: Add masking for a few queries on HCA capsAya Levin1-29/+46
2019-01-31can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by remo...Manfred Schlaegl1-14/+13
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2019-01-26r8169: Add support for new Realtek EthernetKai-Heng Feng1-0/+2
2019-01-23bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2019-01-13bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov1-4/+10
2019-01-13b43: Fix error in cordic routineLarry Finger1-1/+1
2019-01-13net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
2019-01-13vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King1-1/+1
2019-01-13lan78xx: Resolve issue with changing MAC addressJason Martinsen1-0/+4
2019-01-13net: hns: Add mac pcs config when enable|disable macYonglong Liu2-4/+11
2019-01-13net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2019-01-13net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10