aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-09nfp: bpf: calculate code store ECCJakub Kicinski3-0/+60
2017-10-09nfp: bpf: move to datapath ABI version 2Jakub Kicinski3-19/+26
2017-10-09nfp: bpf: encode extended LM pointer operandsJakub Kicinski3-20/+70
2017-10-09nfp: bpf: encode LMEM accessesJakub Kicinski2-0/+85
2017-10-09nfp: add more white space to the instruction definesJakub Kicinski1-78/+78
2017-10-09nfp: bpf: remove packet marking supportJakub Kicinski2-15/+1
2017-10-09nfp: bpf: remove register renameJakub Kicinski1-43/+3
2017-10-09nfp: bpf: encode all 64bit shiftsJakub Kicinski1-12/+36
2017-10-09nfp: bpf: move software reg helpers and cmd table out of translatorJakub Kicinski4-147/+192
2017-10-09nfp: bpf: use the power of sparse to check we encode registers rightJakub Kicinski3-69/+99
2017-10-09nfp: bpf: lift the single-port limitationJakub Kicinski1-8/+0
2017-10-09nfp: output control messages to trace_devlink_hwmsg()Jakub Kicinski1-0/+8
2017-10-09Merge branch 'hns3-cleanups'David S. Miller10-347/+344
2017-10-09net: hns3: Cleanup for non-static function in hns3 driverYunsheng Lin4-27/+15
2017-10-09net: hns3: Cleanup for endian issue in hns3 driverYunsheng Lin5-109/+145
2017-10-09net: hns3: Cleanup for struct that used to send cmd to firmwareYunsheng Lin3-119/+120
2017-10-09net: hns3: Consistently using GENMASK in hns3 driverYunsheng Lin2-26/+26
2017-10-09net: hns3: Cleanup indentation for Kconfig in the the hisilicon folderYunsheng Lin1-3/+3
2017-10-09net: hns3: Add hns3_get_handle macro in hns3 driverYunsheng Lin4-63/+35
2017-10-09net: hns3: Cleanup for shifting true in hns3 driverYunsheng Lin1-1/+1
2017-10-08qed: Delete redundant check on dcb_app priorityChristos Gkekas1-1/+1
2017-10-08net: ethernet: stmmac: Clean up dead codeChristos Gkekas1-13/+1
2017-10-08Merge branch 'ipv6_dev_get_saddr-rcu'David S. Miller1-45/+25
2017-10-08ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet1-11/+6
2017-10-08ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet1-3/+1
2017-10-08ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-08ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-08ipv6: ipv6_count_addresses() rcu conversionEric Dumazet1-6/+6
2017-10-08ipv6: prepare RCU lookups for idev->addr_listEric Dumazet1-15/+6
2017-10-08Merge branch 'bridge-neigh-msg-proxy-and-flood-suppression-support'David S. Miller11-61/+533
2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu4-0/+274
2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu4-58/+205
2017-10-08bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu9-3/+54
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet1-20/+6
2017-10-08Merge tag 'mlx5-updates-2017-10-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-317/+547
2017-10-08Merge branch 'hv_netvsc-TCP-hash-level'David S. Miller3-29/+86
2017-10-08hv_netvsc: Update netvsc Document for TCP hash level settingHaiyang Zhang1-4/+4
2017-10-08hv_netvsc: Add ethtool handler to set and get TCP hash levelsHaiyang Zhang1-1/+24
2017-10-08hv_netvsc: Change the hash level variable to bit flagsHaiyang Zhang2-25/+59
2017-10-08Merge branch 'mlxsw-more-extack'David S. Miller3-13/+33
2017-10-08mlxsw: spectrum: Propagate extack further for bridge enslavementsIdo Schimmel3-11/+23
2017-10-08mlxsw: spectrum: Add extack for VLAN enslavementsIdo Schimmel1-2/+10
2017-10-07Merge branch 'bpf-obj-name-misc'David S. Miller5-15/+27
2017-10-07bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau1-2/+15
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau3-10/+10
2017-10-07bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau1-3/+2
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang4-11/+14
2017-10-07net: phonet: mark header_ops as constLin Zhang2-2/+2
2017-10-07Merge branch 'bpf-perf-time-helpers'David S. Miller12-19/+183