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
/
Documentation
/
watchdog
/
watchdog-api.txt
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-0
/
+9
2019-03-21
ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
David Ahern
2
-27
/
+18
2019-03-21
ipv6: Move setting default metric for routes
David Ahern
1
-4
/
+4
2019-03-21
net/tls: Replace kfree_skb() with consume_skb()
Vakul Garg
1
-3
/
+3
2019-03-21
tipc: fix a null pointer deref
Hoang Le
3
-3
/
+6
2019-03-21
tipc: fix use-after-free in tipc_sk_filter_rcv
Hoang Le
1
-1
/
+2
2019-03-20
ipv6: Add icmp_echo_ignore_anycast for ICMPv6
Stephen Suryaputra
4
-2
/
+21
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
32
-97
/
+57
2019-03-20
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
3
-10
/
+12
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
4
-14
/
+14
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: bridge: use eth_broadcast_addr() to assign broadcast address
Mao Wenan
1
-1
/
+1
2019-03-20
net/tls: Add support of AES128-CCM based ciphers
Vakul Garg
4
-31
/
+97
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-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
[next]