summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua3-0/+13
2017-12-28net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan1-19/+21
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan1-25/+21
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan1-3/+9
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko1-3/+1
2017-12-28Merge branch 'AVE-ethernet'David S. Miller6-0/+1813
2017-12-28net: ethernet: socionext: add AVE ethernet driverKunihiko Hayashi5-0/+1765
2017-12-28dt-bindings: net: add DT bindings for Socionext UniPhier AVEKunihiko Hayashi1-0/+48
2017-12-28cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar4-2/+20
2017-12-28cxgb4: display VNI correctlyGanesh Goudar1-3/+5
2017-12-27net: hns3: hns3_get_channels() can be statickbuild test robot1-2/+2
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller17-68/+764
2017-12-27nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski1-1/+29
2017-12-27net/trace: fix printk format in inet_sock_set_stateYafang Shao1-2/+1
2017-12-27Merge branch 'net-zerocopy-refine'David S. Miller2-14/+24
2017-12-27tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn1-4/+7
2017-12-27tcp: place all zerocopy payload in fragsWillem de Bruijn1-4/+5
2017-12-27tcp: push full zerocopy packetsWillem de Bruijn1-1/+3
2017-12-27skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn1-5/+9
2017-12-27Merge branch 'rds-bug-fixes'David S. Miller2-20/+28
2017-12-27rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()Sowmini Varadhan1-20/+26
2017-12-27rds: tcp: initialize t_tcp_detached to falseSowmini Varadhan1-0/+1
2017-12-27rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan1-0/+1
2017-12-27net: sch: api: fix tcf_block_getSudip Mukherjee1-1/+2
2017-12-27Merge branch 'bpf-stack-depth-tracking-fixes'Daniel Borkmann3-18/+225
2017-12-27bpf: fix max call depth checkAlexei Starovoitov2-2/+37
2017-12-27selftests/bpf: additional stack depth testsAlexei Starovoitov1-0/+121
2017-12-27bpf: fix maximum stack depth tracking logicAlexei Starovoitov2-16/+67
2017-12-27bpf: selftest for late caller stack size increaseJann Horn1-0/+34
2017-12-27Merge branch 'l2tp-next'David S. Miller5-8/+40
2017-12-27l2tp: add peer_offset parameterLorenzo Bianconi5-8/+38
2017-12-27l2tp: fix missing print session offset infoHangbin Liu1-0/+2
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller13-190/+326
2017-12-27phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner4-10/+11
2017-12-27Merge branch 'hns3-next'David S. Miller10-44/+855
2017-12-27net: hns3: change TM sched mode to TC-based mode when SRIOV enabledPeng Li1-4/+1
2017-12-27net: hns3: Increase the default depth of bucket for TM shaperPeng Li1-2/+2
2017-12-27net: hns3: add support for querying advertised pause frame by ethtool ethxPeng Li3-0/+32
2017-12-27net: hns3: add Asym Pause support to phy default featuresFuyun Liang1-0/+1
2017-12-27net: hns3: add support to update flow control settings after autonegPeng Li3-0/+41
2017-12-27net: hns3: add support for set_pauseparamPeng Li4-1/+98
2017-12-27net: hns3: fix for getting auto-negotiation state in hclge_get_autonegFuyun Liang1-0/+4
2017-12-27net: hns3: cleanup mac auto-negotiation state queryFuyun Liang1-24/+0
2017-12-27net: hns3: add handling vlan tag offload in bdPeng Li1-5/+78
2017-12-27net: hns3: add ethtool related offload commandPeng Li3-0/+32
2017-12-27net: hns3: add vlan offload config commandPeng Li3-6/+233
2017-12-27net: hns3: add a mask initialization for mac_vlan tablePeng Li2-1/+48
2017-12-27net: hns3: get rss_size_max from configuration but not hardcodePeng Li3-1/+8
2017-12-27net: hns3: free the ring_data structrue when change tqpsPeng Li1-0/+4
2017-12-27net: hns3: change the returned tqp number by ethtool -xPeng Li1-1/+1