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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-21
net: phy: Move Omega PHY entry to Cygnus PHY driver
Florian Fainelli
3
-4
/
+149
2019-03-21
net: phy: Prepare for moving Omega out of bcm7xxx
Florian Fainelli
3
-71
/
+76
2019-03-21
net: systemport: Remove print of base address
Florian Fainelli
1
-3
/
+3
2019-03-21
net: dsa: bcm_sf2: Remove print of base address
Florian Fainelli
1
-4
/
+5
2019-03-21
net: phy: mdio-bcm-unimac: Remove print of base address
Florian Fainelli
1
-1
/
+1
2019-03-21
tun: Remove unused first parameter of tun_get_iff()
Kirill Tkhai
1
-4
/
+3
2019-03-21
tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device
Kirill Tkhai
1
-0
/
+8
2019-03-20
net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static
YueHaibing
1
-4
/
+5
2019-03-20
net: hns3: Make hclge_destroy_cmd_queue static
YueHaibing
1
-1
/
+1
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
28
-77
/
+47
2019-03-20
qed: Define new MF bit for no_vlan config
Sudarsana Reddy Kalluru
3
-5
/
+8
2019-03-20
qede: Populate mbi version in ethtool driver query data.
Sudarsana Reddy Kalluru
1
-5
/
+19
2019-03-20
macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device
Hangbin Liu
1
-0
/
+48
2019-03-20
net: phy: aquantia: check for changed interface mode in read_status
Nikita Yushchenko
1
-2
/
+44
2019-03-20
net: phy: aquantia: check for supported interface modes in config_init
Andrew Lunn
1
-0
/
+17
2019-03-20
net: phy: improve handling link_change_notify callback
Heiner Kallweit
3
-50
/
+15
2019-03-20
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
11
-116
/
+197
2019-03-20
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
12
-18
/
+1392
2019-03-19
ice: Determine descriptor count and ring size based on PAGE_SIZE
Brett Creeley
3
-11
/
+43
2019-03-19
ice: Reset all VFs with VFLR during SR-IOV init flow
Akeem G Abodunrin
1
-1
/
+1
2019-03-19
ice: Get resources per function
Brett Creeley
1
-5
/
+8
2019-03-19
ice: Implement flow to reset VFs with PFR and other resets
Akeem G Abodunrin
1
-6
/
+2
2019-03-19
ice: configure GLINT_ITR to always have an ITR gran of 2
Brett Creeley
4
-18
/
+44
2019-03-19
ice: use ice_for_each_vsi macro when possible
Brett Creeley
3
-9
/
+8
2019-03-19
ice : Ensure only valid bits are set in ice_aq_set_phy_cfg
Chinh T Cao
3
-2
/
+15
2019-03-19
ice: remove redundant variable and if condition
Brett Creeley
1
-7
/
+4
2019-03-19
ice: avoid multiple unnecessary de-references in probe
Bruce Allan
1
-18
/
+15
2019-03-19
ice: Fix issue with VF reset and multiple VFs support on PFs
Akeem G Abodunrin
1
-7
/
+13
2019-03-19
ice: Fix broadcast traffic in port VLAN mode
Michal Swiatkowski
1
-32
/
+44
2019-03-19
igc: Remove unneeded hw_dbg prints
Sasha Neftin
1
-4
/
+0
2019-03-19
igc: Fix the typo in igc_base.h header definition
Sasha Neftin
1
-2
/
+2
2019-03-19
igc: Add support for the ntuple feature
Sasha Neftin
2
-0
/
+89
2019-03-19
igc: Add support for statistics
Sasha Neftin
3
-1
/
+403
2019-03-19
enc28j60: Convert to use SPDX identifier
Andy Shevchenko
1
-5
/
+1
2019-03-19
enc28j60: Fix indentation splats
Andy Shevchenko
1
-37
/
+21
2019-03-19
enc28j60: Amend comments by fixing typos, adding periods, etc
Andy Shevchenko
1
-15
/
+16
2019-03-19
enc28j60: Remove linux/init.h
Andy Shevchenko
1
-1
/
+0
2019-03-19
enc28j60: Convert printk() to netdev_printk()
Andy Shevchenko
1
-24
/
+27
2019-03-19
enc28j60: Convert HW related printk() to dev_printk()
Andy Shevchenko
1
-119
/
+141
2019-03-19
enc28j60: Switch to dev_<level> from pr_<level>
Andy Shevchenko
1
-12
/
+17
2019-03-19
enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
Andy Shevchenko
1
-1
/
+1
2019-03-19
enc28j60: Switch to use module_spi_driver() macro
Andy Shevchenko
1
-19
/
+2
2019-03-19
enc28j60: Drop driver name duplication from messages
Andy Shevchenko
1
-7
/
+6
2019-03-19
enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
Andy Shevchenko
1
-24
/
+18
2019-03-19
enc28j60: Remove duplicate messaging
Andy Shevchenko
1
-20
/
+0
2019-03-19
enc28j60: Use device_get_mac_address()
Andy Shevchenko
1
-4
/
+3
2019-03-19
igc: Extend the ethtool supporting
Sasha Neftin
5
-3
/
+814
2019-03-19
igc: Add multiple receive queues control supporting
Sasha Neftin
4
-0
/
+73
2019-03-19
e1000e: Disable runtime PM on CNP+
Kai-Heng Feng
1
-1
/
+1
2019-03-19
igb: fix various indentation issues
Colin Ian King
1
-2
/
+2
[next]