index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
selftest/bpf: Add a test that reads various addresses.
Alexei Starovoitov
2
-0
/
+32
2021-12-16
bpf: Fix extable address check.
Alexei Starovoitov
1
-7
/
+42
2021-12-16
bpf: Fix extable fixup offset.
Alexei Starovoitov
1
-1
/
+1
2021-12-16
bpf, selftests: Add test case trying to taint map value pointer
Daniel Borkmann
1
-0
/
+23
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-16
arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
Lakshmi Ramasubramanian
1
-0
/
+1
2021-12-16
afs: Fix mmap
David Howells
2
-2
/
+4
2021-12-16
sit: do not call ipip6_dev_free() from sit_init_net()
Eric Dumazet
1
-1
/
+0
2021-12-16
net: systemport: Add global locking for descriptor lifecycle
Florian Fainelli
2
-1
/
+5
2021-12-16
net/smc: Prevent smc_release() from long blocking
D. Wythe
1
-1
/
+3
2021-12-16
fib: expand fib_rule_policy
Florian Westphal
2
-21
/
+17
2021-12-16
fib: rules: remove duplicated nla policies
Florian Westphal
7
-29
/
+7
2021-12-16
net: Fix double 0x prefix print in SKB dump
Gal Pressman
1
-1
/
+1
2021-12-16
virtio_net: fix rx_drops stat for small pkts
Wenliang Wang
1
-6
/
+3
2021-12-16
dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED
Andrey Eremeev
1
-2
/
+2
2021-12-16
sfc_ef100: potential dereference of null pointer
Jiasheng Jiang
1
-0
/
+3
2021-12-16
net: prestera: flower template support
Volodymyr Mytnyk
6
-3
/
+145
2021-12-16
net: dsa: rtl8365mb: add GMII as user port mode
Luiz Angelo Daros de Luca
1
-1
/
+2
2021-12-16
net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
John Keeping
1
-1
/
+3
2021-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
4
-11
/
+91
2021-12-16
gve: Add consumed counts to ethtool stats
Jordan Kim
1
-9
/
+12
2021-12-16
gve: Implement suspend/resume/shutdown
Catherine Sullivan
2
-0
/
+60
2021-12-16
gve: Add optional metadata descriptor type GVE_TXD_MTD
Willem de Bruijn
3
-20
/
+74
2021-12-16
gve: remove memory barrier around seqno
Catherine Sullivan
1
-2
/
+0
2021-12-16
gve: Update gve_free_queue_page_list signature
Catherine Sullivan
1
-2
/
+1
2021-12-16
gve: Move the irq db indexes out of the ntfy block struct
Catherine Sullivan
4
-17
/
+36
2021-12-16
gve: Correct order of processing device options
Jeroen de Borst
1
-4
/
+4
2021-12-16
net: mvneta: convert to pcs_validate() and phylink_generic_validate()
Russell King (Oracle)
1
-19
/
+18
2021-12-16
net: mvneta: convert to phylink pcs operations
Russell King
1
-52
/
+91
2021-12-16
net: mvneta: convert to use mac_prepare()/mac_finish()
Russell King
1
-35
/
+68
2021-12-16
net: mvpp2: convert to pcs_validate() and phylink_generic_validate()
Russell King (Oracle)
1
-20
/
+17
2021-12-16
net: mvpp2: use .mac_select_pcs() interface
Russell King (Oracle)
2
-36
/
+42
2021-12-16
net: phylink: add pcs_validate() method
Russell King (Oracle)
2
-0
/
+51
2021-12-16
net: phylink: add mac_select_pcs() method to phylink_mac_ops
Russell King (Oracle)
2
-9
/
+77
2021-12-16
net: usb: lan78xx: add Allied Telesis AT29M2-AF
Greg Jesionowski
1
-0
/
+6
2021-12-16
net/packet: rx_owner_map depends on pg_vec
Willem de Bruijn
1
-2
/
+3
2021-12-16
netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...
Haimin Zhang
1
-0
/
+1
2021-12-16
dpaa2-eth: fix ethtool statistics
Ioana Ciornei
2
-1
/
+3
2021-12-16
netfilter: conntrack: Remove useless assignment statements
luo penghao
1
-1
/
+0
2021-12-15
ixgbe: set X550 MDIO speed before talking to PHY
Cyril Novikov
1
-0
/
+3
2021-12-15
dm integrity: fix data corruption due to improper use of bvec_kmap_local
Mike Snitzer
1
-1
/
+1
2021-12-15
ixgbe: Document how to enable NBASE-T support
Robert Schlabbach
2
-0
/
+20
2021-12-15
igc: Fix typo in i225 LTR functions
Sasha Neftin
1
-1
/
+1
2021-12-15
igbvf: fix double free in `igbvf_probe`
Letu Ren
1
-0
/
+1
2021-12-15
igb: Fix removal of unicast MAC filters of VFs
Karen Sornek
1
-14
/
+14
2021-12-15
net/mlx5: Introduce log_max_current_uc_list_wr_supported bit
Shay Drory
1
-1
/
+1
2021-12-15
audit: improve robustness of the audit queue handling
Paul Moore
1
-11
/
+10
2021-12-15
ice: use modern kernel API for kick
Jesse Brandeburg
1
-4
/
+5
2021-12-15
ice: tighter control over VSI_DOWN state
Jesse Brandeburg
2
-5
/
+8
[next]