index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
12
-69
/
+338
2020-07-29
fib: fix fib_rules_ops indirect calls wrappers
Brian Vazquez
1
-13
/
+20
2020-07-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
15
-78
/
+346
2020-07-29
net: mvneta: fix comment about phylink_speed_down
Jisheng Zhang
1
-1
/
+1
2020-07-29
ice: fix unused parameter warning
Tony Nguyen
1
-2
/
+2
2020-07-29
ice: disable no longer needed workaround for FW logging
Ben Shelton
1
-2
/
+0
2020-07-29
ice: reduce scope of variable
Bruce Allan
1
-2
/
+4
2020-07-29
ice: cleanup VSI on probe fail
Marcin Szycik
1
-5
/
+7
2020-07-29
ice: Allow all VLANs in safe mode
Brett Creeley
1
-2
/
+57
2020-07-29
ice: need_wakeup flag might not be set for Tx
Krzysztof Kazimierczak
1
-8
/
+2
2020-07-29
ice: distribute Tx queues evenly
Victor Raj
1
-4
/
+51
2020-07-29
ice: Adjust scheduler default BW weight
Tarun Singh
2
-2
/
+13
2020-07-29
ice: Add RL profile bit mask check
Tarun Singh
1
-5
/
+6
2020-07-29
ice: fix overwriting TX/RX descriptor values when rebuilding VSI
Paul M Stillwell Jr
1
-2
/
+8
2020-07-29
ice: return correct error code from ice_aq_sw_rules
Kiran Patil
1
-1
/
+7
2020-07-29
ice: restore VF MSI-X state during PCI reset
Nick Nunley
3
-0
/
+34
2020-07-29
ice: fix link event handling timing
Dave Ertman
2
-1
/
+7
2020-07-29
ice: Fix link broken after GLOBR reset
Dave Ertman
1
-4
/
+0
2020-07-29
ice: Implement LFC workaround
Dave Ertman
6
-38
/
+148
2020-07-28
Merge branch 'net-stmmac-improve-WOL'
David S. Miller
2
-6
/
+31
2020-07-28
net: stmmac: Speed down the PHY if WoL to save energy
Jisheng Zhang
1
-0
/
+8
2020-07-28
net: stmmac: Support WOL with phy
Jisheng Zhang
2
-0
/
+15
2020-07-28
net: stmmac: only call pmt() during suspend/resume if HW enables PMT
Jisheng Zhang
1
-3
/
+3
2020-07-28
net: stmmac: Move device_can_wakeup() check earlier in set_wol
Jisheng Zhang
1
-3
/
+3
2020-07-28
net: stmmac: Remove WAKE_MAGIC if HW shows no pmt_magic_frame
Jisheng Zhang
1
-0
/
+2
2020-07-28
Merge branch 'RTL8366-VLAN-callback-fixes'
David S. Miller
1
-11
/
+24
2020-07-28
net: dsa: rtl8366: Fix VLAN set-up
Linus Walleij
1
-7
/
+7
2020-07-28
net: dsa: rtl8366: Fix VLAN semantics
Linus Walleij
1
-4
/
+17
2020-07-28
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
4
-12
/
+48
2020-07-28
net_sched: initialize timer earlier in red_init()
Cong Wang
1
-4
/
+4
2020-07-28
Merge branch 'hinic-add-some-error-messages-for-debug'
David S. Miller
21
-81
/
+855
2020-07-28
hinic: add log in exception handling processes
Luo bin
13
-45
/
+151
2020-07-28
hinic: add support to handle hw abnormal event
Luo bin
10
-36
/
+704
2020-07-28
Merge branch 'introduce-PLDM-firmware-update-library'
David S. Miller
24
-3
/
+2953
2020-07-28
ice: implement device flash update via devlink
Jacob Keller
9
-1
/
+1007
2020-07-28
ice: add flags indicating pending update of firmware module
Jacob Keller
3
-0
/
+24
2020-07-28
ice: Add AdminQ commands for FW update
Cudzilo, Szymon T
5
-2
/
+281
2020-07-28
ice: Add support for unified NVM update flow capability
Jacek Naczyk
3
-0
/
+11
2020-07-28
Add pldmfw library for PLDM firmware update
Jacob Keller
11
-0
/
+1630
2020-07-28
Merge branch 'mptcp-Exchange-MPTCP-DATA_FIN-DATA_ACK-before-TCP-FIN'
David S. Miller
4
-66
/
+306
2020-07-28
mptcp: Safely store sequence number when sending data
Mat Martineau
1
-1
/
+1
2020-07-28
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
1
-1
/
+1
2020-07-28
mptcp: Skip unnecessary skb extension allocation for bare acks
Mat Martineau
1
-3
/
+6
2020-07-28
mptcp: Only use subflow EOF signaling on fallback connections
Mat Martineau
1
-1
/
+2
2020-07-28
mptcp: Use full MPTCP-level disconnect state machine
Mat Martineau
3
-17
/
+92
2020-07-28
mptcp: Add helper to process acks of DATA_FIN
Mat Martineau
1
-8
/
+46
2020-07-28
mptcp: Add mptcp_close_state() helper
Mat Martineau
1
-0
/
+27
2020-07-28
mptcp: Track received DATA_FIN sequence number and add related helpers
Mat Martineau
3
-10
/
+115
2020-07-28
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
3
-24
/
+18
2020-07-28
mptcp: Remove outdated and incorrect comment
Mat Martineau
1
-1
/
+0
[next]