summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-18qed: Utilize FW 8.20.0.0Mintz, Yuval20-2961/+4734
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet1-6/+6
2017-05-18liquidio: make the spinlock octeon_devices_lock staticColin Ian King1-1/+1
2017-05-18Merge tag 'linux-can-next-for-4.13-20170518' of git://git.kernel.org/pub/scm/...David S. Miller1-34/+53
2017-05-18mlxsw: spectrum_dpipe: Fix sparse warningsArkadi Sharshevsky1-1/+4
2017-05-18net: dsa: b53: Add compatible strings for the Cygnus-family BCM11360.Eric Anholt2-0/+5
2017-05-18Merge branch 'dsa-headers-cleanup'David S. Miller21-41/+31
2017-05-18net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot7-16/+16
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot8-13/+1
2017-05-18net: dsa: include dsa.h only onceVivien Didelot13-12/+14
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2-15/+11
2017-05-18net: make struct dst_entry::dev first memberAlexey Dobriyan1-1/+1
2017-05-18Merge branch 'fsl_ucc_hdlc-enhancements'David S. Miller4-49/+55
2017-05-18powerpc/85xx/kmcent2: use hdlc busmode for UCC1Holger Brunck1-3/+1
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck3-0/+38
2017-05-18fsl/qe: add bit description for SYNL register for GUMRHolger Brunck1-0/+4
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-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan4-6/+11
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King1-1/+1
2017-05-18Merge branch 'vhost_net-rx-batch-dequeuing'David S. Miller7-18/+327
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 Wang2-0/+18
2017-05-18tun: export skb_arrayJason Wang2-0/+18
2017-05-18skb_array: introduce batch dequeuingJason Wang1-0/+25
2017-05-18ptr_ring: introduce batch dequeuingJason Wang1-0/+65
2017-05-18skb_array: introduce skb_array_unconsumeJason Wang1-0/+6
2017-05-18ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin1-0/+55
2017-05-18can: m_can: add deep Suspend/Resume supportQuentin Schulz1-3/+12
2017-05-18can: m_can: factorize clock gating and ungatingQuentin Schulz1-19/+26
2017-05-18can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz1-3/+2
2017-05-18can: m_can: move Message RAM initialization to functionQuentin Schulz1-11/+15
2017-05-17Merge branch 'phy-marvell-cleanups'David S. Miller1-284/+352
2017-05-17net: phy: marvell: checkpatch - Fix remaining long linesAndrew Lunn1-4/+8
2017-05-17net: phy: marvell: Add helpers to get/set pageAndrew Lunn1-56/+59
2017-05-17net: phy: marvell: Refactor some bigger functionsAndrew Lunn1-213/+271
2017-05-17net: phy: marvell: Checkpatch - assignments and comparisonsAndrew Lunn1-3/+5
2017-05-17net: phy: marvell: Checkpatch - Missing or extra blank linesAndrew Lunn1-3/+2
2017-05-17net: phy: Marvell: checkpatch - CommentsAndrew Lunn1-13/+15
2017-05-17Merge branch 'tcp-TCP-TS-option-use-1-ms-clock'David S. Miller24-274/+259