index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcs
/
pcs-xpcs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-25
ionic: Don't send reset commands if FW isn't running
Brett Creeley
3
-13
/
+23
2022-01-25
ionic: separate function for watchdog init
Shannon Nelson
1
-12
/
+19
2022-01-25
ionic: start watchdog after all is setup
Shannon Nelson
2
-4
/
+3
2022-01-25
ionic: fix type complaint in ionic_dev_cmd_clean()
Shannon Nelson
1
-3
/
+3
2022-01-25
ipv4: get rid of fib_info_hash_{alloc|free}
Eric Dumazet
1
-33
/
+11
2022-01-25
ip6_tunnel: allow routing IPv4 traffic in NBMA mode
Qing Deng
1
-0
/
+5
2022-01-25
net: use bool values to pass bool param of phy_init_eee()
Jisheng Zhang
7
-7
/
+7
2022-01-25
net: fec_ptp: remove redundant initialization of variable val
Colin Ian King
1
-1
/
+0
2022-01-25
net: usb: asix: remove redundant assignment to variable reg
Colin Ian King
1
-1
/
+0
2022-01-24
selftests, bpf: Do not yet switch to new libbpf XDP APIs
Daniel Borkmann
7
-47
/
+50
2022-01-24
can: flexcan: mark RX via mailboxes as supported on MCF5441X
Marc Kleine-Budde
2
-1
/
+2
2022-01-24
can: tcan4x5x: regmap: fix max register value
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...
Marc Kleine-Budde
1
-0
/
+6
2022-01-24
dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
mailmap: update email address of Brian Silverman
Marc Kleine-Budde
1
-0
/
+1
2022-01-24
selftests, xsk: Fix rx_full stats test
Magnus Karlsson
1
-1
/
+4
2022-01-24
bpf: Fix flexible_array.cocci warnings
kernel test robot
1
-1
/
+1
2022-01-24
net: stmmac: remove unused members in struct stmmac_priv
Jisheng Zhang
1
-2
/
+0
2022-01-24
net: atlantic: Use the bitmap API instead of hand-writing it
Christophe JAILLET
1
-4
/
+2
2022-01-24
ping: fix the sk_bound_dev_if match in ping_lookup
Xin Long
1
-1
/
+2
2022-01-24
net/smc: Transitional solution for clcsock race issue
Wen Gu
1
-12
/
+51
2022-01-24
ibmvnic: remove unused ->wait_capability
Sukadev Bhattiprolu
2
-25
/
+14
2022-01-24
ibmvnic: don't spin in tasklet
Sukadev Bhattiprolu
1
-6
/
+0
2022-01-24
ibmvnic: init ->running_cap_crqs early
Sukadev Bhattiprolu
1
-35
/
+71
2022-01-24
ibmvnic: Allow extra failures before disabling
Sukadev Bhattiprolu
1
-4
/
+17
2022-01-24
ipv4: fix ip option filtering for locally generated fragments
Jakub Kicinski
1
-3
/
+12
2022-01-24
net-procfs: show net devices bound packet types
Jianguo Wu
1
-3
/
+32
2022-01-24
bonding: use rcu_dereference_rtnl when get bonding active slave
Hangbin Liu
2
-5
/
+1
2022-01-24
net: sfp: ignore disabled SFP node
Marek BehĂșn
1
-0
/
+5
2022-01-22
selftests: net: ioam: expect support for Queue depth data
Justin Iurman
1
-4
/
+1
2022-01-22
mptcp: Use struct_group() to avoid cross-field memset()
Kees Cook
1
-3
/
+3
2022-01-22
rxrpc: Adjust retransmission backoff
David Howells
2
-6
/
+4
2022-01-21
xdp: disable XDP_REDIRECT for xdp frags
Lorenzo Bianconi
1
-0
/
+8
2022-01-21
bpf: selftests: add CPUMAP/DEVMAP selftests for xdp frags
Lorenzo Bianconi
6
-1
/
+185
2022-01-21
bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
Lorenzo Bianconi
2
-0
/
+146
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
3
-38
/
+174
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
6
-40
/
+48
2022-01-21
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
1
-0
/
+8
2022-01-21
bpf: selftests: update xdp_adjust_tail selftest to include xdp frags
Eelco Chaudron
3
-7
/
+160
2022-01-21
bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
Lorenzo Bianconi
1
-9
/
+39
2022-01-21
bpf: introduce frags support to bpf_prog_test_run_xdp()
Lorenzo Bianconi
1
-13
/
+45
2022-01-21
bpf: move user_size out of bpf_test_init
Lorenzo Bianconi
1
-6
/
+7
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
4
-36
/
+137
2022-01-21
bpf: add frags support to the bpf_xdp_adjust_tail() API
Eelco Chaudron
4
-8
/
+88
2022-01-21
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
4
-0
/
+43
2022-01-21
net: mvneta: enable jumbo frames if the loaded XDP program support frags
Lorenzo Bianconi
1
-4
/
+9
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
4
-1
/
+14
2022-01-21
net: mvneta: add frags support to XDP_TX
Lorenzo Bianconi
1
-36
/
+76
2022-01-21
xdp: add frags support to xdp_return_{buff/frame}
Lorenzo Bianconi
2
-3
/
+69
2022-01-21
net: marvell: rely on xdp_update_skb_shared_info utility routine
Lorenzo Bianconi
1
-13
/
+10
[next]