index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
sfi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-19
r8169: drop member opts1_mask from struct rtl8169_private
Heiner Kallweit
1
-10
/
+8
2018-04-19
r8169: change interrupt handler argument type
Heiner Kallweit
1
-4
/
+3
2018-04-19
r8169: change argument type of counters handling functions
Heiner Kallweit
1
-19
/
+13
2018-04-19
r8169: change hw_start argument type
Heiner Kallweit
1
-26
/
+15
2018-04-19
r8169: remove rtl8169_map_to_asic
Heiner Kallweit
1
-7
/
+2
2018-04-19
r8169: replace rx_buf_sz with a constant
Heiner Kallweit
1
-19
/
+18
2018-04-19
r8169: remove unneeded check in rtl8169_rx_fill
Heiner Kallweit
1
-3
/
+0
2018-04-19
r8169: improve rtl8169_init_ring
Heiner Kallweit
1
-6
/
+4
2018-04-19
r8169: simplify rtl8169_alloc_rx_data
Heiner Kallweit
1
-2
/
+1
2018-04-19
r8169: switch to napi_schedule_irqoff
Heiner Kallweit
1
-1
/
+1
2018-04-19
r8169: use constant NAPI_POLL_WAIT
Heiner Kallweit
1
-2
/
+1
2018-04-19
r8169: use skb_copy_to_linear_data in rtl8169_try_rx_copy
Heiner Kallweit
1
-1
/
+1
2018-04-19
r8169: remove member align from struct rtl_cfg_info
Heiner Kallweit
1
-4
/
+0
2018-04-19
r8169: remove unused member features from struct
Heiner Kallweit
1
-2
/
+0
2018-04-19
net: netcp: ethss: k2g: add promiscuous mode support
WingMan Kwok
1
-0
/
+56
2018-04-19
net: netcp: add api to support set rx mode in netcp modules
WingMan Kwok
2
-0
/
+20
2018-04-19
net: netcp: support probe deferral
Murali Karicheri
1
-0
/
+4
2018-04-19
Revert "net: netcp: remove dead code from the driver"
Murali Karicheri
1
-0
/
+9
2018-04-19
net: netcp: ethss: use of_get_phy_mode() to support different RGMII modes
Murali Karicheri
1
-0
/
+18
2018-04-19
net: netcp: ethss: re-use stats handling code for 2u hardware
Murali Karicheri
1
-1
/
+1
2018-04-19
net: netcp: ethss: map vlan priorities to zero flow
Murali Karicheri
1
-0
/
+9
2018-04-19
net: netcp: ethss: use rgmii link status for 2u cpsw hardware
Murali Karicheri
1
-7
/
+27
2018-04-19
net: netcp: ethss: add support for handling rgmii link interface
Murali Karicheri
2
-4
/
+13
2018-04-19
net: netcp: ethss: make sgmii configuration conditional
Murali Karicheri
1
-5
/
+13
2018-04-19
net: netcp: ethss: use macro for checking ss_version consistently
Murali Karicheri
1
-13
/
+16
2018-04-19
soc: ti: K2G: provide APIs to support driver probe deferral
Murali Karicheri
4
-0
/
+29
2018-04-19
soc: ti: K2G: enhancement to support QMSS in K2G NAVSS
Murali Karicheri
3
-23
/
+82
2018-04-18
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
4
-106
/
+5
2018-04-18
net/ipv6: Flip FIB entries to fib6_info
David Ahern
10
-270
/
+271
2018-04-18
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
8
-152
/
+115
2018-04-18
net/ipv6: introduce fib6_info struct and helpers
David Ahern
2
-0
/
+115
2018-04-18
net/ipv6: Cleanup exception and cache route handling
David Ahern
3
-78
/
+81
2018-04-18
net/ipv6: Add gfp_flags to route add functions
David Ahern
4
-27
/
+38
2018-04-18
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
3
-15
/
+29
2018-04-18
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
3
-8
/
+30
2018-04-18
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
David Ahern
1
-4
/
+25
2018-04-18
net/ipv6: Add fib6_null_entry
David Ahern
3
-33
/
+58
2018-04-18
net/ipv6: move expires into rt6_info
David Ahern
5
-21
/
+42
2018-04-18
net/ipv6: move metrics from dst to rt6_info
David Ahern
5
-218
/
+133
2018-04-18
net/ipv6: Defer initialization of dst to data path
David Ahern
1
-41
/
+74
2018-04-18
net/ipv6: Move nexthop data to fib6_nh
David Ahern
6
-99
/
+125
2018-04-18
net/ipv6: Save route type in rt6_info
David Ahern
3
-26
/
+23
2018-04-18
net/ipv6: Move support functions up in route.c
David Ahern
1
-60
/
+59
2018-04-18
net/ipv6: Pass net namespace to route functions
David Ahern
5
-55
/
+66
2018-04-18
net/ipv6: Pass net to fib6_update_sernum
David Ahern
3
-8
/
+7
2018-04-18
vrf: Move fib6_table into net_vrf
David Ahern
1
-19
/
+6
2018-04-18
net: Handle null dst in rtnl_put_cacheinfo
David Ahern
1
-3
/
+5
2018-04-18
net: Move fib_convert_metrics to metrics file
David Ahern
4
-42
/
+60
2018-04-17
ipv6: send netlink notifications for manually configured addresses
Lorenzo Bianconi
1
-8
/
+5
2018-04-17
cxgb4vf: display pause settings
Ganesh Goudar
1
-0
/
+16
[next]