aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-167/+332
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-31usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-05-31virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-29net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann4-7/+7
2016-05-26qed: Don't config min BW on 100g on link flapYuval Mintz1-0/+7
2016-05-26qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2-8/+15
2016-05-26qed: Add missing 100g init modeYuval Mintz1-0/+7
2016-05-26qed: Save min/max accross dcbx-changeYuval Mintz1-2/+4
2016-05-26qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru1-11/+16
2016-05-26qede: Don't expose self-test for VFsYuval Mintz1-1/+4
2016-05-26qede: Reload on GRO changesYuval Mintz1-0/+24
2016-05-26qede: Fix VF minimum BW settingYuval Mintz1-1/+1
2016-05-25net/mlx4_en: get rid of private net_device_statsEric Dumazet4-15/+5
2016-05-25net/mlx4_en: get rid of ret_statsEric Dumazet2-6/+6
2016-05-25net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet1-0/+4
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet4-5/+9
2016-05-25net: arc: trivial: Replace comma with a semicolonMarek Vasut1-1/+1
2016-05-25net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-05-25net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-05-25team: don't call netdev_change_features under team->lockIvan Vecera1-2/+7
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-05-25net: mvneta: Fix lacking spinlock initializationGregory CLEMENT1-0/+1
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-24net/qlge: Avoids recursive EEH errorGavin Shan1-1/+2
2016-05-23qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter1-1/+2
2016-05-23net: hns: avoid null pointer dereferencexypron.glpk@gmx.de1-11/+0
2016-05-23net: pegasus: simplify logical constraintxypron.glpk@gmx.de1-1/+1
2016-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds122-4848/+6818
2016-05-20aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-9/+5
2016-05-20net: usb: ch9200: use kmemdupMuhammad Falak R Wani1-2/+1
2016-05-20ps3_gelic: use kmemdupMuhammad Falak R Wani1-2/+2
2016-05-20net:liquidio: use kmemdupMuhammad Falak R Wani1-3/+1
2016-05-20Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller93-4766/+6749
2016-05-20net: cdc_ncm: update datagram size after changing mtuRafal Redzimski1-2/+4
2016-05-20tuntap: correctly wake up process during uninitJason Wang1-3/+3
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck8-0/+8
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert10-22/+12
2016-05-20Revert "phy: add support for a reset-gpio specification"Fabio Estevam1-8/+0
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-1/+93