summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_table.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang4-41/+55
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2-16/+10
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov3-18/+18
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua1-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson1-8/+14
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin2-14/+2
2020-08-31net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin2-15/+2
2020-08-31net: dsa: ocelot: use the Lynx PCS helpers in Felix and SevilleIoana Ciornei5-404/+40
2020-08-31net: phy: add Lynx PCS moduleIoana Ciornei5-0/+347
2020-08-31net: mdiobus: add clause 45 mdiobus write accessorIoana Ciornei1-0/+6
2020-08-31net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_stateIoana Ciornei1-0/+1
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei2-0/+46
2020-08-31net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTIONYueHaibing1-0/+1
2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing1-2/+0
2020-08-31net: dl2k: Remove unused macro DRV_NAMEYueHaibing1-1/+0
2020-08-31net: wan: slic_ds26522: Remove unused macro DRV_NAMEYueHaibing1-2/+0
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing1-5/+0
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-31mptcp: Remove unused macro MPTCP_SAME_STATEYueHaibing1-2/+0
2020-08-31net: clean up codestyleMiaohe Lin6-11/+13
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin1-1/+1
2020-08-31net: ethernet: ti: am65-cpts: fix i2083 genf (and estf) Reconfiguration IssueGrygorii Strashko1-1/+5
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree6-12/+4
2020-08-31sfc: fix kernel-doc on struct efx_loopback_stateEdward Cree1-1/+1
2020-08-31sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safeEdward Cree1-2/+0
2020-08-31sfc: fix W=1 warnings in efx_farch_handle_rx_not_okEdward Cree1-5/+2
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu3-0/+12
2020-08-31gtp: relax alloc constraint when adding a pdpNicolas Dichtel1-5/+5
2020-08-31gtp: remove useless rcu_read_lock()Nicolas Dichtel1-2/+0
2020-08-31net: phylink: avoid oops during initialisationRussell King1-1/+3
2020-08-31hinic: add support to query function tableLuo bin5-1/+190
2020-08-31hinic: add support to query rq infoLuo bin6-2/+101
2020-08-31hinic: add support to query sq infoLuo bin9-4/+254
2020-08-31xsk: Documentation for XDP_SHARED_UMEM between queues and netdevsMagnus Karlsson1-10/+58
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2-0/+1088
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson3-132/+254
2020-08-31xsk: Add shared umem support between devicesMagnus Karlsson1-7/+4
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson3-16/+56
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson6-10/+10
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson2-18/+22
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson4-42/+156
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson3-19/+25
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson6-40/+38
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson8-74/+43
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson6-49/+52
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson8-187/+236
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson19-167/+179
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson40-398/+413
2020-08-31netlink: policy: correct validation type checkJohannes Berg1-1/+2