index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
flow_table.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-01
net: openvswitch: improve the coding style
Tonghao Zhang
4
-41
/
+55
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2
-16
/
+10
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
3
-18
/
+18
2020-08-31
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
1
-5
/
+5
2020-08-31
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
1
-8
/
+14
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
2
-14
/
+2
2020-08-31
net: ipv6: remove unused arg exact_dif in compute_score
Miaohe Lin
2
-15
/
+2
2020-08-31
net: dsa: ocelot: use the Lynx PCS helpers in Felix and Seville
Ioana Ciornei
5
-404
/
+40
2020-08-31
net: phy: add Lynx PCS module
Ioana Ciornei
5
-0
/
+347
2020-08-31
net: mdiobus: add clause 45 mdiobus write accessor
Ioana Ciornei
1
-0
/
+6
2020-08-31
net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_state
Ioana Ciornei
1
-0
/
+1
2020-08-31
net: phylink: add helper function to decode USXGMII word
Ioana Ciornei
2
-0
/
+46
2020-08-31
net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTION
YueHaibing
1
-0
/
+1
2020-08-31
net: hns: Remove unused macro AE_NAME_PORT_ID_IDX
YueHaibing
1
-2
/
+0
2020-08-31
net: dl2k: Remove unused macro DRV_NAME
YueHaibing
1
-1
/
+0
2020-08-31
net: wan: slic_ds26522: Remove unused macro DRV_NAME
YueHaibing
1
-2
/
+0
2020-08-31
tipc: Remove unused macro TIPC_NACK_INTV
YueHaibing
1
-5
/
+0
2020-08-31
tipc: Remove unused macro TIPC_FWD_MSG
YueHaibing
1
-1
/
+0
2020-08-31
mptcp: Remove unused macro MPTCP_SAME_STATE
YueHaibing
1
-2
/
+0
2020-08-31
net: clean up codestyle
Miaohe Lin
6
-11
/
+13
2020-08-31
net: Use helper macro IP_MAX_MTU in __ip_append_data()
Miaohe Lin
1
-1
/
+1
2020-08-31
net: ethernet: ti: am65-cpts: fix i2083 genf (and estf) Reconfiguration Issue
Grygorii Strashko
1
-1
/
+5
2020-08-31
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
6
-12
/
+4
2020-08-31
sfc: fix kernel-doc on struct efx_loopback_state
Edward Cree
1
-1
/
+1
2020-08-31
sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safe
Edward Cree
1
-2
/
+0
2020-08-31
sfc: fix W=1 warnings in efx_farch_handle_rx_not_ok
Edward Cree
1
-5
/
+2
2020-08-31
openvswitch: using ip6_fragment in ipv6_stub
wenxu
1
-6
/
+1
2020-08-31
ipv6: add ipv6_fragment hook in ipv6_stub
wenxu
3
-0
/
+12
2020-08-31
gtp: relax alloc constraint when adding a pdp
Nicolas Dichtel
1
-5
/
+5
2020-08-31
gtp: remove useless rcu_read_lock()
Nicolas Dichtel
1
-2
/
+0
2020-08-31
net: phylink: avoid oops during initialisation
Russell King
1
-1
/
+3
2020-08-31
hinic: add support to query function table
Luo bin
5
-1
/
+190
2020-08-31
hinic: add support to query rq info
Luo bin
6
-2
/
+101
2020-08-31
hinic: add support to query sq info
Luo bin
9
-4
/
+254
2020-08-31
xsk: Documentation for XDP_SHARED_UMEM between queues and netdevs
Magnus Karlsson
1
-10
/
+58
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2
-0
/
+1088
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
3
-132
/
+254
2020-08-31
xsk: Add shared umem support between devices
Magnus Karlsson
1
-7
/
+4
2020-08-31
xsk: Add shared umem support between queue ids
Magnus Karlsson
3
-16
/
+56
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
6
-10
/
+10
2020-08-31
xsk: Rearrange internal structs for better performance
Magnus Karlsson
2
-18
/
+22
2020-08-31
xsk: Enable sharing of dma mappings
Magnus Karlsson
4
-42
/
+156
2020-08-31
xsk: Move addrs from buffer pool to umem
Magnus Karlsson
3
-19
/
+25
2020-08-31
xsk: Move xsk_tx_list and its lock to buffer pool
Magnus Karlsson
6
-40
/
+38
2020-08-31
xsk: Move queue_id, dev and need_wakeup to buffer pool
Magnus Karlsson
8
-74
/
+43
2020-08-31
xsk: Move fill and completion rings to buffer pool
Magnus Karlsson
6
-49
/
+52
2020-08-31
xsk: Create and free buffer pool independently from umem
Magnus Karlsson
8
-187
/
+236
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
19
-167
/
+179
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
40
-398
/
+413
2020-08-31
netlink: policy: correct validation type check
Johannes Berg
1
-1
/
+2
[prev]
[next]