summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: add switch_id attributeJakub Kicinski2018-07-182-0/+25
* bpf: sockmap: remove redundant pointer sgColin Ian King2018-07-181-3/+0Star
* bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin2018-07-181-4/+3Star
* bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-182-2/+2
* tools: bpftool: don't pass FEATURES_DUMP to libbpfJakub Kicinski2018-07-171-1/+1
* tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski2018-07-171-5/+1Star
* samples/bpf: test_cgrp2_sock2: fix an off by oneDan Carpenter2018-07-171-1/+1
* samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter2018-07-171-0/+3
* sch_cake: Fix tin order when set through skb->priorityToke Høiland-Jørgensen2018-07-161-1/+1
* cxgb4: collect ASIC LA dumps from ULP TXSurendra Mobiya2018-07-164-3/+48
* mlxsw: spectrum: Expose counters for various packet sizesJiri Pirko2018-07-162-1/+124
* liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2018-07-162-0/+6
* net: cavium: Drop dependency of NET_VENDOR_CAVIUM on PCIAlexander Sverdlin2018-07-161-1/+0Star
* net: mscc: simplify retrieving the tag type from the frame headerAntoine Tenart2018-07-161-1/+1
* cxgb4: do not return DUPLEX_UNKNOWN when link is downGanesh Goudar2018-07-161-7/+4Star
* net: convert gro_count to bitmaskLi RongQing2018-07-162-14/+31
* bnxt_en: remove redundant debug register dma mem allocationYueHaibing2018-07-162-16/+0Star
* liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller2018-07-161-2/+2
* net: phy: realtek: add missing entry for RTL8211C to mdio_device_id tableHeiner Kallweit2018-07-161-0/+1
* net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva2018-07-161-6/+3Star
* Merge branch 'phy-helpers'David S. Miller2018-07-162-4/+89
|\
| * net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit2018-07-162-0/+80
| * net: phy: add helper phy_config_anegHeiner Kallweit2018-07-161-4/+9
|/
* selftests: tls: add selftests for TLS socketsDave Watson2018-07-162-1/+693
* Merge branch 'docs-Fix-failover-build-warnings'David S. Miller2018-07-162-54/+59
|\
| * docs: networking: Fix failover build warningsTobin C. Harding2018-07-161-54/+57
| * docs: networking: Add failover docs to indexTobin C. Harding2018-07-161-0/+2
|/
* Merge branch 'hns3-next'David S. Miller2018-07-165-25/+30
|\
| * net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang2018-07-161-2/+4
| * net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang2018-07-161-4/+4
| * net: hns3: Fix for reset_level default assignment probelmYunsheng Lin2018-07-161-1/+5
| * net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan2018-07-161-8/+0Star
| * net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan2018-07-161-1/+1
| * net: hns3: Correct reset event status registerHuazhong Tan2018-07-162-1/+2
| * net: hns3: Prevent to request reset frequentlyHuazhong Tan2018-07-161-3/+10
| * net: hns3: Reset net device with rtnl_lockHuazhong Tan2018-07-161-3/+2Star
| * net: hns3: Modify the order of initializing command queue registerHuazhong Tan2018-07-161-2/+2
|/
* Merge branch 'TLS-offload-rx-netdev-and-mlx5'David S. Miller2018-07-1625-191/+846
|\
| * net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny2018-07-163-2/+3
| * net/mlx5: Accel, add common metadata functionsBoris Pismenny2018-07-163-29/+45
| * net/mlx5e: TLS, build TLS netdev from capabilitiesBoris Pismenny2018-07-161-2/+16
| * net/mlx5e: TLS, add software statisticsBoris Pismenny2018-07-163-1/+17
| * net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny2018-07-163-3/+118
| * net/mlx5e: TLS, add innova rx supportBoris Pismenny2018-07-162-15/+46
| * net/mlx5: Accel, add TLS rx offload routinesBoris Pismenny2018-07-165-46/+135
| * net/mlx5e: TLS, refactor variable namesBoris Pismenny2018-07-163-8/+8
| * tls: Fix zerocopy_from_iter iov handlingBoris Pismenny2018-07-161-3/+5
| * tls: Add rx inline crypto offloadBoris Pismenny2018-07-165-43/+355
| * tls: Fill software context without allocationBoris Pismenny2018-07-161-12/+22
| * tls: Split tls_sw_release_resources_rxBoris Pismenny2018-07-162-1/+10