index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-17
net: mtk_eth_soc: drop use of phylink_helper_basex_speed()
Russell King (Oracle)
1
-6
/
+2
2021-11-17
net: mtk_eth_soc: remove interface checks in mtk_validate()
Russell King (Oracle)
1
-34
/
+0
2021-11-17
net: mtk_eth_soc: populate supported_interfaces member
Russell King (Oracle)
1
-0
/
+20
2021-11-17
net: sparx5: use phylink_generic_validate()
Russell King (Oracle)
2
-59
/
+4
2021-11-17
net: sparx5: clean up sparx5_phylink_validate()
Russell King (Oracle)
1
-39
/
+24
2021-11-17
net: sparx5: populate supported_interfaces member
Russell King (Oracle)
1
-0
/
+24
2021-11-17
net: enetc: use phylink_generic_validate()
Russell King (Oracle)
1
-30
/
+3
2021-11-17
net: enetc: remove interface checks in enetc_pl_mac_validate()
Russell King (Oracle)
1
-10
/
+0
2021-11-17
net: enetc: populate supported_interfaces member
Russell King (Oracle)
1
-0
/
+10
2021-11-17
net: axienet: use phylink_generic_validate()
Russell King (Oracle)
1
-38
/
+3
2021-11-17
net: axienet: remove interface checks in axienet_validate()
Russell King (Oracle)
1
-22
/
+0
2021-11-17
net: axienet: populate supported_interfaces member
Russell King (Oracle)
1
-0
/
+8
2021-11-16
net/mlx5: E-switch, Create QoS on demand
Dmytro Linkin
5
-69
/
+111
2021-11-16
net/mlx5: E-switch, Enable vport QoS on demand
Dmytro Linkin
4
-43
/
+64
2021-11-16
net/mlx5: E-switch, move offloads mode callbacks to offloads file
Parav Pandit
2
-59
/
+59
2021-11-16
net/mlx5: E-switch, Reuse mlx5_eswitch_set_vport_mac
Parav Pandit
1
-11
/
+1
2021-11-16
net/mlx5: E-switch, Remove vport enabled check
Parav Pandit
1
-12
/
+5
2021-11-16
net/mlx5e: Specify out ifindex when looking up decap route
Chris Mi
3
-14
/
+16
2021-11-16
net/mlx5e: TC, Move comment about mod header flag to correct place
Roi Dayan
1
-1
/
+1
2021-11-16
net/mlx5e: TC, Move kfree() calls after destroying all resources
Roi Dayan
1
-5
/
+4
2021-11-16
net/mlx5e: TC, Destroy nic flow counter if exists
Roi Dayan
1
-1
/
+2
2021-11-16
net/mlx5: TC, using swap() instead of tmp variable
Yihao Han
1
-4
/
+1
2021-11-16
net/mlx5: CT: Allow static allocation of mod headers
Paul Blakey
3
-4
/
+35
2021-11-16
net/mlx5e: Refactor mod header management API
Paul Blakey
7
-100
/
+90
2021-11-16
net/mlx5: Avoid printing health buffer when firmware is unavailable
Aya Levin
1
-0
/
+5
2021-11-16
net/mlx5: Fix format-security build warnings
Saeed Mahameed
2
-2
/
+2
2021-11-16
net/mlx5e: Support ethtool cq mode
Saeed Mahameed
4
-12
/
+52
2021-11-16
net: document SMII and correct phylink's new validation mechanism
Russell King (Oracle)
3
-2
/
+7
2021-11-16
r8169: disable detection of chip version 41
Heiner Kallweit
1
-1
/
+4
2021-11-16
r8169: disable detection of chip version 45
Heiner Kallweit
1
-1
/
+4
2021-11-16
r8169: disable detection of chip versions 49 and 50
Heiner Kallweit
1
-2
/
+5
2021-11-16
r8169: enable ASPM L1/L1.1 from RTL8168h
Heiner Kallweit
1
-6
/
+11
2021-11-16
net: align static siphash keys
Eric Dumazet
11
-12
/
+14
2021-11-16
net: use .data.once section in netdev_level_once()
Eric Dumazet
1
-1
/
+1
2021-11-16
once: use __section(".data.once")
Eric Dumazet
1
-1
/
+1
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
10
-31
/
+10
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
3
-13
/
+3
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
3
-13
/
+11
2021-11-16
net: inline sock_prot_inuse_add()
Eric Dumazet
2
-14
/
+11
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
4
-667
/
+672
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
5
-119
/
+121
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
3
-27
/
+27
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
22
-390
/
+411
2021-11-16
net: move early demux fields close to sk_refcnt
Eric Dumazet
1
-3
/
+5
2021-11-16
tcp: do not call tcp_cleanup_rbuf() if we have a backlog
Eric Dumazet
1
-2
/
+1
2021-11-16
tcp: check local var (timeo) before socket fields in one test
Eric Dumazet
1
-2
/
+2
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
6
-2
/
+42
2021-11-16
tcp: avoid indirect calls to sock_rfree
Eric Dumazet
1
-5
/
+15
2021-11-16
tcp: tp->urg_data is unlikely to be set
Eric Dumazet
2
-7
/
+7
2021-11-16
tcp: annotate races around tp->urg_data
Eric Dumazet
2
-10
/
+11
[next]