index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bonding: implement lower state change propagation
Jiri Pirko
2015-12-03
1
-0
/
+10
*
bonding: allow notifications for bond_set_slave_link_state
Jiri Pirko
2015-12-03
1
-18
/
+36
*
team: implement lower state change propagation
Jiri Pirko
2015-12-03
1
-2
/
+18
*
team: rtnl_lock for options set
Jiri Pirko
2015-12-03
1
-3
/
+8
*
bonding: fill-up LAG changeupper info struct and pass it along
Jiri Pirko
2015-12-03
1
-14
/
+31
*
team: fill-up LAG changeupper info struct and pass it along
Jiri Pirko
2015-12-03
6
-11
/
+17
*
net: add possibility to pass information about upper device via notifier
Jiri Pirko
2015-12-03
3
-3
/
+3
*
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
2015-12-03
3
-3
/
+3
*
net: add netif_is_team_master helper
Jiri Pirko
2015-12-03
1
-0
/
+1
*
bonding: add 802.3ad support for 100G speeds
Jiri Pirko
2015-12-03
1
-1
/
+10
*
i40e: Fix i40e_print_features() VEB mode output
Joe Perches
2015-12-03
1
-23
/
+19
*
ixgbevf: Handle extended IPv6 headers in Tx path
Mark Rustad
2015-12-03
1
-8
/
+14
*
ixgbe: Always turn PHY power on when requested
Mark Rustad
2015-12-03
2
-2
/
+4
*
ixgbe: Handle extended IPv6 headers in Tx path
Mark Rustad
2015-12-03
1
-8
/
+15
*
ixgbe: Save VF info and take references
Mark Rustad
2015-12-03
3
-23
/
+59
*
ixgbe: Wait for master disable to be set
Mark Rustad
2015-12-03
1
-1
/
+13
*
ixgbe: Correct spec violations by waiting after reset
Mark Rustad
2015-12-03
4
-5
/
+9
*
ixgbe: Update PTP to support X550EM_x devices
Mark Rustad
2015-12-03
4
-197
/
+578
*
ixgbe: Allow FDB entries access to more RAR filters
Alexander Duyck
2015-12-03
1
-1
/
+4
*
ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
Alexander Duyck
2015-12-03
1
-3
/
+25
*
ixgbe: Refactor MAC address configuration code
Alexander Duyck
2015-12-03
2
-70
/
+100
*
ixgbevf: Minor cleanups
Mark Rustad
2015-12-03
1
-24
/
+12
*
ixgbevf: Use a private workqueue to avoid certain possible hangs
Mark Rustad
2015-12-03
1
-2
/
+13
*
ixgbe: Use private workqueue to avoid certain possible hangs
Mark Rustad
2015-12-03
1
-1
/
+13
*
ixgbe: Add support for newer thermal alarm
Mark Rustad
2015-12-03
2
-3
/
+23
*
ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
Mark Rustad
2015-12-03
1
-13
/
+8
*
sfc: use ALIGN macro for aligning frame sizes
Jarod Wilson
2015-12-03
1
-1
/
+2
*
hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
3
-13
/
+12
*
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-22
/
+13
*
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-9
/
+8
*
hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
3
-5
/
+0
*
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-9
/
+8
*
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-33
/
+19
*
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-31
/
+35
*
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
2015-12-03
2
-9
/
+0
*
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
2015-12-03
3
-18
/
+5
*
hv_netvsc: Don't ask for additional head room in the skb
KY Srinivasan
2015-12-03
2
-19
/
+14
*
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
3
-4
/
+1
*
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-7
/
+6
*
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
4
-10
/
+14
*
hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
KY Srinivasan
2015-12-03
4
-14
/
+13
*
hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
KY Srinivasan
2015-12-03
4
-21
/
+35
*
hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
KY Srinivasan
2015-12-03
1
-8
/
+10
*
hv_netvsc: Resize some of the variables in hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-7
/
+7
*
i40e: remove unused argument
Jesse Brandeburg
2015-12-02
4
-12
/
+18
*
i40e: fix: do not sleep in netdev_ops
Jesse Brandeburg
2015-12-02
1
-24
/
+20
*
i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
Catherine Sullivan
2015-12-02
2
-2
/
+2
*
i40evf: allocate ring structs dynamically
Mitch Williams
2015-12-02
5
-41
/
+40
*
i40evf: allocate queue vectors dynamically
Mitch Williams
2015-12-02
4
-26
/
+21
*
i40evf: quoth the VF driver, Nevermore
Mitch Williams
2015-12-02
1
-0
/
+8
[next]