aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02net: Fix coding style in skb_push()Ganesh Goudar1-1/+1
2018-08-02net: fec: check DMA addressing limitationsStefan Agner1-0/+8
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun1-2/+1
2018-08-01net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefinedVincent Bernat1-7/+7
2018-08-01cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar1-4/+3
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko2-21/+16
2018-08-01net: sched: fix notifications for action-held chainsJiri Pirko1-28/+43
2018-08-01net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko1-8/+6
2018-08-01net: hns3: fix return value error while hclge_cmd_csq_clean failedHuazhong Tan1-3/+9
2018-08-01rds: remove redundant variable 'rds_ibdev'YueHaibing1-3/+0
2018-08-01strparser: remove redundant variable 'rd_desc'YueHaibing1-4/+0
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing1-5/+0
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang5-4/+11
2018-08-01tcp: add dsack blocks received statsWei Wang4-0/+10
2018-08-01tcp: add data bytes retransmitted statsWei Wang4-0/+11
2018-08-01tcp: add data bytes sent statsWei Wang4-1/+13
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24