aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-18cxgb4: update latest firmware version supportedGanesh Goudar1-3/+3
2017-05-18net: make struct dst_entry::dev first memberAlexey Dobriyan1-1/+1
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-18qmi_wwan: add another Lenovo EM74xx device IDBjørn Mork1-0/+2
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni4-6/+4
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan4-6/+11
2017-05-18bridge: netlink: check vlan_default_pvid rangeTobias Jungel1-0/+7
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King1-1/+1
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 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-18net: x25: fix one potential use-after-free issuelinzhang3-11/+22
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-17bpf: adjust verifier heuristicsDaniel Borkmann1-1/+11
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-05-17selftests/bpf: fix broken build due to types.hYonghong Song2-0/+17
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-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet17-199/+178
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet5-6/+6
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-3/+3
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2-4/+4