aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov2-9/+28
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2-22/+38
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov1-6/+8
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov1-3/+4
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov1-26/+33
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva1-2/+2
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun2-10/+36
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun6-68/+88
2018-01-26net/smc: smc_poll improvementsUrsula Braun1-34/+40
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun1-13/+25
2018-01-26sfc: add suffix to large constant in ptpBert Kenward1-1/+1
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern1-1/+50
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern1-4/+8
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern1-36/+49
2018-01-26dt-bindings: can: rcar_can: document r8a774[35] can supportFabrizio Castro1-2/+5
2018-01-26can: migrate documentation to restructured textRobert Schwebel8-1314/+1442
2018-01-26Documentation/devicetree: mpc5200.txt: fix pointer to location of fsl,mpc5200-mscan nodeMarc Kleine-Budde1-1/+1
2018-01-26mt76: validate rx CCMP PNFelix Fietkau5-16/+125
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau3-3/+14
2018-01-26mt76: split mt76_rx_completeFelix Fietkau4-16/+23
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau7-4/+319
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau5-3/+38
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau3-3/+43
2018-01-26mt76: fix TSF value in probe responsesFelix Fietkau1-1/+5
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau1-3/+7
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern3-3/+33
2018-01-25net: vrf: Add support for sends to local broadcast addressDavid Ahern1-2/+3
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu2-1/+52
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu2-30/+54
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu3-80/+121
2018-01-25r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu1-7/+2
2018-01-25selftests/bpf: check for chain-non-0 extack messageJakub Kicinski1-3/+13
2018-01-25selftests/bpf: check for spurious extacks from the driverJakub Kicinski1-0/+27
2018-01-25mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+2
2018-01-25i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-5/+3
2018-01-25ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski3-5/+4
2018-01-25mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-8/+2
2018-01-25cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-7/+1
2018-01-25nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-7/+4
2018-01-25netdevsim: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski1-0/+14
2018-01-25bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün1-4/+1
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2-16/+2
2018-01-25bpf: add selftest for tcpbpfLawrence Brakmo8-6/+480
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2-1/+52
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2-1/+12
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo1-2/+45
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo2-11/+154
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo2-1/+14