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-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
bnxt_en: Implement .adjtime() for PTP RTC mode
Pavan Chebbi
2
-0
/
+37
2022-01-26
bnxt_en: Add driver support to use Real Time Counter for PTP
Pavan Chebbi
4
-6
/
+79
2022-01-26
bnxt_en: PTP: Refactor PTP initialization functions
Pavan Chebbi
1
-14
/
+31
2022-01-26
bnxt_en: Update firmware interface to 1.10.2.73
Michael Chan
1
-39
/
+460
2022-01-26
net: stmmac: use .mac_select_pcs() interface
Russell King (Oracle)
1
-3
/
+12
2022-01-26
net: stmmac: convert to phylink_generic_validate()
Russell King (Oracle)
1
-24
/
+1
2022-01-26
net: stmmac: remove phylink_config.pcs_poll usage
Russell King (Oracle)
1
-1
/
+0
2022-01-26
net: stmmac/xpcs: convert to pcs_validate()
Russell King (Oracle)
3
-23
/
+11
2022-01-26
net: stmmac: fill in supported_interfaces
Russell King (Oracle)
1
-0
/
+8
2022-01-26
net: stmmac: convert to phylink_get_linkmodes()
Russell King (Oracle)
1
-83
/
+42
2022-01-26
net: xpcs: add support for retrieving supported interface modes
Russell King (Oracle)
2
-0
/
+15
2022-01-26
mlxsw: core_env: Forbid module reset on RJ45 ports
Danielle Ratson
1
-0
/
+6
2022-01-26
mlxsw: core_env: Forbid power mode set and get on RJ45 ports
Danielle Ratson
1
-0
/
+13
2022-01-26
mlxsw: core_env: Forbid getting module EEPROM on RJ45 ports
Danielle Ratson
1
-3
/
+49
2022-01-26
mlxsw: core_env: Query and store port module's type during initialization
Danielle Ratson
1
-0
/
+28
2022-01-26
mlxsw: reg: Add Port Module Type Mapping register
Danielle Ratson
1
-0
/
+53
2022-01-26
mlxsw: spectrum_ethtool: Add support for two new link modes
Danielle Ratson
2
-0
/
+12
2022-01-26
mlxsw: Add netdev argument to mlxsw_env_get_module_info()
Danielle Ratson
4
-4
/
+7
2022-01-26
mlxsw: core_env: Do not pass number of modules as argument
Ido Schimmel
1
-9
/
+6
2022-01-26
mlxsw: spectrum_ethtool: Remove redundant variable
Ido Schimmel
1
-12
/
+6
2022-01-25
net: Adjust sk_gso_max_size once when set
David Ahern
3
-3
/
+3
2022-01-25
net: tulip: remove redundant assignment to variable new_csr6
Colin Ian King
1
-1
/
+1
2022-01-25
ipv6: gro: flush instead of assuming different flows on hop_limit mismatch
Jakub Kicinski
1
-2
/
+3
2022-01-25
net: mana: Use struct_size() helper in mana_gd_create_dma_region()
Gustavo A. R. Silva
1
-2
/
+2
2022-01-25
r8169: use new PM macros
Heiner Kallweit
1
-12
/
+6
2022-01-25
net: dsa: Avoid cross-chip syncing of VLAN filtering
Tobias Waldekranz
1
-3
/
+5
2022-01-25
net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leave
Tobias Waldekranz
1
-13
/
+25
2022-01-25
ipv4/tcp: do not use per netns ctl sockets
Eric Dumazet
2
-35
/
+27
2022-01-25
ipv6: do not use per netns icmp sockets
Eric Dumazet
2
-53
/
+10
2022-01-25
ipv4: do not use per netns icmp sockets
Eric Dumazet
2
-61
/
+31
2022-01-25
tcp/dccp: get rid of inet_twsk_purge()
Eric Dumazet
6
-69
/
+0
2022-01-25
tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()
Eric Dumazet
2
-8
/
+6
2022-01-25
tcp/dccp: add tw->tw_bslot
Eric Dumazet
2
-4
/
+8
2022-01-25
ionic: replace set_vf data with union
Shannon Nelson
4
-67
/
+55
2022-01-25
ionic: stretch heartbeat detection
Shannon Nelson
4
-24
/
+20
2022-01-25
ionic: remove the dbid_inuse bitmap
Shannon Nelson
2
-17
/
+1
2022-01-25
ionic: disable napi when ionic_lif_init() fails
Brett Creeley
1
-0
/
+1
2022-01-25
ionic: Cleanups in the Tx hotpath code
Brett Creeley
1
-32
/
+34
2022-01-25
ionic: Prevent filter add/del err msgs when the device is not available
Brett Creeley
1
-5
/
+32
2022-01-25
ionic: Query FW when getting VF info via ndo_get_vf_config
Brett Creeley
5
-8
/
+148
2022-01-25
ionic: Allow flexibility for error reporting on dev commands
Brett Creeley
2
-4
/
+30
2022-01-25
ionic: Correctly print AQ errors if completions aren't received
Brett Creeley
1
-0
/
+2
2022-01-25
ionic: fix up printing of timeout error
Shannon Nelson
1
-2
/
+6
2022-01-25
ionic: better handling of RESET event
Shannon Nelson
2
-10
/
+24
2022-01-25
ionic: add FW_STOPPING state
Shannon Nelson
4
-12
/
+19
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
[next]