aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar4-10/+6
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar17-0/+17
2017-05-21cxgb4 : retrieve port information from firmwareGanesh Goudar5-3/+70
2017-05-21ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy2-18/+90
2017-05-21qede: Support 1G advertisment.Sudarsana Reddy Kalluru1-0/+8
2017-05-21qed: Fix setting of Management bitfieldsTomer Tayar1-1/+1
2017-05-21qede: qedr closure after setting stateMintz, Yuval1-1/+2
2017-05-21qed: Correct print in iscsi error-flowMintz, Yuval1-1/+1
2017-05-21qed: Revise alloc/setup/free flowTomer Tayar15-177/+177
2017-05-21qede: Don't use an internal MAC fieldMintz, Yuval3-28/+38
2017-05-21qede: Add missing Status-block freeSudarsana Reddy Kalluru1-4/+7
2017-05-21qede: Honor user request for Tx buffersSudarsana Reddy Kalluru3-15/+15
2017-05-21qede: Allow WoL to activate by defaultMintz, Yuval1-0/+6
2017-05-19xgene: Check all RGMII phy mode variantsIyappan Subramanian3-15/+18
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-1/+1
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-206/+376
2017-05-18net/mlx5e: Fix possible memory leakWei Yongjun1-4/+4
2017-05-18qed: Remove unused including <linux/version.h>Wei Yongjun5-5/+0
2017-05-18ibmvnic: fix missing unlock on error in __ibmvnic_reset()Wei Yongjun1-0/+1
2017-05-18Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds8-86/+209
2017-05-18net1080: Remove unused function nc_dump_ttl()Matthias Kaehlcke1-9/+0
2017-05-18r8152: Remove unused function usb_ocp_read()Matthias Kaehlcke1-6/+0
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-14/+27
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval13-2836/+4546
2017-05-18Merge tag 'hwmon-for-linus-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-0/+14
2017-05-18mlxsw: spectrum: Avoid possible NULL pointer dereferenceIdo Schimmel1-4/+2
2017-05-18liquidio: make the spinlock octeon_devices_lock staticColin Ian King1-1/+1
2017-05-18sh_eth: Do not print an error message for probe deferralGeert Uytterhoeven1-1/+2
2017-05-18sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven1-1/+1
2017-05-18Merge tag 'linux-can-next-for-4.13-20170518' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-34/+53
2017-05-18mlxsw: spectrum_dpipe: Fix sparse warningsArkadi Sharshevsky1-1/+4
2017-05-18mlxsw: spectrum_router: Fix rif counter freeing routineArkadi Sharshevsky1-0/+3
2017-05-18mlxsw: spectrum_dpipe: Fix incorrect entry indexArkadi Sharshevsky1-1/+2
2017-05-18net: dsa: b53: Add compatible strings for the Cygnus-family BCM11360.Eric Anholt1-0/+2
2017-05-18net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot6-13/+13
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot6-6/+0
2017-05-18cxgb4: update latest firmware version supportedGanesh Goudar1-3/+3
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck2-0/+33
2017-05-18net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeHolger Brunck1-4/+3
2017-05-18net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck1-6/+6
2017-05-18net/wan/fsl_ucc_hdlc: fix wrong indentationHolger Brunck1-1/+1
2017-05-18net/wan/fsl_ucc_hdlc: fix unitialized variable warningsHolger Brunck1-2/+2
2017-05-18net/wan/fsl_ucc_hdlc: cleanup debug tracesHolger Brunck1-33/+0
2017-05-18qmi_wwan: add another Lenovo EM74xx device IDBjørn Mork1-0/+2
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan1-1/+2
2017-05-18net: ethernet: faraday: To support device tree usage.Greentime Hu1-0/+7
2017-05-18vhost_net: try batch dequing from skb arrayJason Wang1-6/+122
2017-05-18tap: support receiving skb from msg_controlJason Wang1-4/+8
2017-05-18tun: support receiving skb through msg_controlJason Wang1-8/+10
2017-05-18tap: export skb_arrayJason Wang1-0/+13