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
2019-05-03
i40e: change behavior on PF in response to MDD event
Carolyn Wyborny
1
-10
/
+2
2019-05-03
i40e: Fix for allowing too many MDD events on VF
Carolyn Wyborny
1
-5
/
+3
2019-05-03
Merge branch 'NXP-SJA1105-DSA-driver'
David S. Miller
24
-0
/
+5853
2019-05-03
dt-bindings: net: dsa: Add documentation for NXP SJA1105 driver
Vladimir Oltean
1
-0
/
+156
2019-05-03
Documentation: net: dsa: Add details about NXP SJA1105 driver
Vladimir Oltean
2
-0
/
+167
2019-05-03
net: dsa: sja1105: Reject unsupported link modes for AN
Vladimir Oltean
1
-0
/
+31
2019-05-03
net: dsa: sja1105: Prevent PHY jabbering during switch reset
Vladimir Oltean
2
-0
/
+38
2019-05-03
net: dsa: sja1105: Add support for configuring address ageing time
Vladimir Oltean
2
-2
/
+31
2019-05-03
net: dsa: sja1105: Add support for ethtool port counters
Vladimir Oltean
4
-1
/
+427
2019-05-03
net: dsa: sja1105: Add support for VLAN operations
Vladimir Oltean
4
-2
/
+291
2019-05-03
ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging
Vladimir Oltean
1
-0
/
+1
2019-05-03
net: dsa: sja1105: Error out if RGMII delays are requested in DT
Vladimir Oltean
3
-1
/
+41
2019-05-03
net: dsa: sja1105: Add support for FDB and MDB management
Vladimir Oltean
3
-0
/
+239
2019-05-03
net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch
Vladimir Oltean
14
-0
/
+4000
2019-05-03
lib: Add support for generic packing operations
Vladimir Oltean
6
-0
/
+437
2019-05-03
net: macb: shrink macb_platform_data structure
Nicolas Ferre
2
-57
/
+11
2019-05-03
net: macb: remove redundant struct phy_device declaration
Nicolas Ferre
1
-2
/
+0
2019-05-03
rtw88: add license for Makefile
Yan-Hsuan Chuang
1
-0
/
+2
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
167
-725
/
+1373
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
67
-289
/
+544
2019-05-02
Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-93
/
+161
2019-05-02
rtw88: Make RA_MASK macros ULL
Nathan Chancellor
1
-6
/
+6
2019-05-02
Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-4
/
+32
2019-05-02
Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+6
2019-05-02
rtw88: phy: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2019-05-02
rtw88: fix shift of more than 32 bits of a integer
Colin Ian King
1
-3
/
+3
2019-05-02
PCI/LINK: Add Kconfig option (default off)
Keith Busch
3
-1
/
+13
2019-05-02
net: ll_temac: Fix typo bug for 32-bit
Esben Haabendal
1
-1
/
+1
2019-05-02
ice: Use dev_err when ice_cfg_vsi_lan fails
Brett Creeley
1
-3
/
+6
2019-05-02
ice: Refactor link event flow
Brett Creeley
2
-48
/
+65
2019-05-02
ice: Add missing PHY type to link settings
Tony Nguyen
1
-0
/
+1
2019-05-02
ice: Add reg_idx variable in ice_q_vector structure
Brett Creeley
4
-26
/
+76
2019-05-02
ice: Remove runtime change of PFINT_OICR_ENA register
Md Fahad Iqbal Polash
2
-23
/
+3
2019-05-02
ice: Fix issue when adding more than allowed VLANs
Akeem G Abodunrin
2
-7
/
+21
2019-05-02
ice: Remove unnecessary wait when disabling/enabling Rx queues
Brett Creeley
1
-8
/
+2
2019-05-02
ice: Add ability to update rx-usecs-high
Brett Creeley
4
-2
/
+33
2019-05-02
ice: Add 52 byte RSS hash key support
Paul Greenwalt
2
-7
/
+8
2019-05-02
ice: Use ice_for_each_q_vector macro where possible
Brett Creeley
2
-8
/
+8
2019-05-02
ice: Validate ring existence and its q_vector per VSI
Maciej Fijalkowski
1
-1
/
+2
2019-05-02
ice: Reduce scope of variable in ice_vsi_cfg_rxqs
Brett Creeley
1
-7
/
+11
2019-05-02
ice: Resolve static analysis reported issue
Bruce Allan
1
-10
/
+2
2019-05-02
ice: Return configuration error without queue to disable
Akeem G Abodunrin
1
-7
/
+10
2019-05-02
ice: Create framework for VSI queue context
Anirudh Venkataramanan
7
-56
/
+205
2019-05-01
udp: fix GRO packet of death
Eric Dumazet
1
-3
/
+10
2019-05-01
Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
2
-6
/
+3
2019-05-01
net/mlx5: E-Switch, Use atomic rep state to serialize state change
Bodong Wang
2
-20
/
+18
2019-05-01
net/mlx5: E-Switch, Fix the check of legal vport
Bodong Wang
2
-45
/
+46
2019-05-01
net/mlx5: E-Switch, Use getter to access all vport array
Bodong Wang
2
-9
/
+11
2019-05-01
net/mlx5: Use available mlx5_vport struct
Parav Pandit
1
-58
/
+51
2019-05-01
net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two files
Parav Pandit
3
-52
/
+58
[prev]
[next]