index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-11-11
134
-730
/
+1242
|
\
|
*
selftests/net: udpgso_bench_rx: fix port argument
Willem de Bruijn
2021-11-11
1
-4
/
+7
|
*
net: wwan: iosm: fix compilation warning
M Chetan Kumar
2021-11-11
1
-2
/
+0
|
*
cxgb4: fix eeprom len when diagnostics not implemented
Rahul Lakkireddy
2021-11-11
2
-2
/
+7
|
*
net: fix premature exit from NAPI state polling in napi_disable()
Alexander Lobakin
2021-11-11
1
-2
/
+5
|
*
net/smc: fix sk_refcnt underflow on linkdown and fallback
Dust Li
2021-11-10
1
-7
/
+11
|
*
net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer()
Dan Carpenter
2021-11-10
1
-1
/
+1
|
*
gve: fix unmatched u64_stats_update_end()
Dan Carpenter
2021-11-10
1
-1
/
+2
|
*
net: ethernet: lantiq_etop: Fix compilation error
Aleksander Jan Bajkowski
2021-11-10
1
-1
/
+1
|
*
selftests: forwarding: Fix packet matching in mirroring selftests
Petr Machata
2021-11-10
5
-11
/
+13
|
*
vsock: prevent unnecessary refcnt inc for nonblocking connect
Eiichi Tsukata
2021-11-10
1
-0
/
+2
|
*
net: marvell: mvpp2: Fix wrong SerDes reconfiguration order
Marek BehĂșn
2021-11-10
1
-18
/
+20
|
*
net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory
Christophe JAILLET
2021-11-10
1
-4
/
+2
|
*
net: stmmac: allow a tc-taprio base-time of zero
Vladimir Oltean
2021-11-10
1
-2
/
+0
|
*
selftests: net: test_vxlan_under_vrf: fix HV connectivity test
Andrea Righi
2021-11-10
1
-0
/
+2
|
*
Merge branch 'hns3-fixes'
David S. Miller
2021-11-10
12
-132
/
+147
|
|
\
|
|
*
net: hns3: allow configure ETS bandwidth of all TCs
Guangbin Huang
2021-11-10
2
-9
/
+2
|
|
*
net: hns3: remove check VF uc mac exist when set by PF
Guangbin Huang
2021-11-10
1
-36
/
+0
|
|
*
net: hns3: fix some mac statistics is always 0 in device version V2
Guangbin Huang
2021-11-10
2
-1
/
+11
|
|
*
net: hns3: fix kernel crash when unload VF while it is being reset
Yufeng Mo
2021-11-10
2
-0
/
+7
|
|
*
net: hns3: sync rx ring head in echo common pull
Yufeng Mo
2021-11-10
5
-0
/
+50
|
|
*
net: hns3: fix pfc packet number incorrect after querying pfc parameters
Jie Wang
2021-11-10
5
-50
/
+48
|
|
*
net: hns3: fix ROCE base interrupt vector initialization bug
Jie Wang
2021-11-10
4
-13
/
+2
|
|
*
net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...
Guangbin Huang
2021-11-10
1
-23
/
+27
|
|
/
|
*
net: mana: Fix spelling mistake "calledd" -> "called"
Colin Ian King
2021-11-10
1
-1
/
+1
|
*
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
2021-11-10
1
-10
/
+17
|
*
amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()
Taehee Yoo
2021-11-10
1
-1
/
+1
|
*
net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10
Marek BehĂșn
2021-11-10
1
-1
/
+4
|
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-11-10
10
-48
/
+174
|
|
\
|
|
*
bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
Jussi Maki
2021-11-09
2
-6
/
+34
|
|
*
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
2021-11-09
3
-10
/
+38
|
|
*
bpf, sockmap: Fix race in ingress receive verdict with redirect to self
John Fastabend
2021-11-09
1
-0
/
+47
|
|
*
bpf, sockmap: Remove unhash handler for BPF sockmap usage
John Fastabend
2021-11-09
1
-1
/
+0
|
|
*
bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
John Fastabend
2021-11-09
3
-8
/
+16
|
|
*
Merge branch 'bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func'
Alexei Starovoitov
2021-11-06
4
-23
/
+39
|
|
|
\
|
|
|
*
bpf: selftest: Trigger a DCE on the whole subprog
Martin KaFai Lau
2021-11-06
1
-0
/
+12
|
|
|
*
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
2021-11-06
3
-23
/
+27
|
|
|
/
|
*
|
amt: add IPV6 Kconfig dependency
Arnd Bergmann
2021-11-09
1
-0
/
+1
|
*
|
gve: Fix off by one in gve_tx_timeout()
Dan Carpenter
2021-11-09
1
-1
/
+1
|
*
|
hamradio: defer 6pack kfree after unregister_netdev
Lin Ma
2021-11-09
1
-2
/
+4
|
*
|
hamradio: defer ax25 kfree after unregister_netdev
Lin Ma
2021-11-09
1
-4
/
+5
|
*
|
net: sungem_phy: fix code indentation
Jean Sacren
2021-11-09
1
-1
/
+1
|
*
|
litex_liteeth: Fix a double free in the remove function
Christophe JAILLET
2021-11-07
1
-1
/
+0
|
*
|
nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
Chengfeng Ye
2021-11-07
1
-3
/
+3
|
*
|
selftests: net: tls: remove unused variable and code
Anders Roxell
2021-11-07
1
-3
/
+0
|
*
|
net: marvell: prestera: fix hw structure laid out
Volodymyr Mytnyk
2021-11-07
1
-63
/
+68
|
*
|
sctp: remove unreachable code from sctp_sf_violation_chunk()
Alexey Khoroshilov
2021-11-07
1
-3
/
+0
|
*
|
llc: fix out-of-bound array index in llc_sk_dev_hash()
Eric Dumazet
2021-11-07
1
-1
/
+3
|
*
|
net: hisilicon: fix hsn3_ethtool kernel-doc warnings
Randy Dunlap
2021-11-07
1
-2
/
+4
|
*
|
nfc: port100: lower verbosity of cancelled URB messages
Krzysztof Kozlowski
2021-11-07
1
-3
/
+3
[next]