summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-26net: hns3: add int_gl_idx setup for VFFuyun Liang
2018-01-26net: hns3: add get/set_coalesce support to VFFuyun Liang
2018-01-26Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-26ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov
2018-01-26ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov
2018-01-26Merge branch 'net-smc-fixes-2018-01-26'David S. Miller
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun
2018-01-26net/smc: smc_poll improvementsUrsula Braun
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-26sfc: add suffix to large constant in ptpBert Kenward
2018-01-26Merge branch 'net-ipv6-Add-support-for-ONLINK-flag'David S. Miller
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern
2018-01-26dt-bindings: can: rcar_can: document r8a774[35] can supportFabrizio Castro
2018-01-26can: migrate documentation to restructured textRobert Schwebel
2018-01-26Documentation/devicetree: mpc5200.txt: fix pointer to location of fsl,mpc5200...Marc Kleine-Budde
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern
2018-01-25Merge branch 'net-erspan-add-support-for-openvswitch'David S. Miller
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu
2018-01-25Merge branch 'use-tc_cls_can_offload_and_chain0-throughout-the-drivers'David S. Miller
2018-01-25selftests/bpf: check for chain-non-0 extack messageJakub Kicinski
2018-01-25selftests/bpf: check for spurious extacks from the driverJakub Kicinski
2018-01-25mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25netdevsim: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski
2018-01-25bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün
2018-01-25Merge branch 'bpf-more-sock_ops-callbacks'Alexei Starovoitov
2018-01-25bpf: add selftest for tcpbpfLawrence Brakmo
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo