index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2015-12-03
net: add netif_is_team_port helper
Jiri Pirko
-0
/
+5
2015-12-03
net: add netif_is_team_master helper
Jiri Pirko
-0
/
+9
2015-12-03
bonding: add 802.3ad support for 100G speeds
Jiri Pirko
-1
/
+10
2015-12-03
net: Add support for CHANGEUPPER notifier error injection
Ido Schimmel
-0
/
+2
2015-12-03
net: Check CHANGEUPPER notifier return value
Ido Schimmel
-2
/
+6
2015-12-03
i40e: Fix i40e_print_features() VEB mode output
Joe Perches
-23
/
+19
2015-12-03
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
-361
/
+890
2015-12-03
ixgbevf: Handle extended IPv6 headers in Tx path
Mark Rustad
-8
/
+14
2015-12-03
ixgbe: Always turn PHY power on when requested
Mark Rustad
-2
/
+4
2015-12-03
ixgbe: Handle extended IPv6 headers in Tx path
Mark Rustad
-8
/
+15
2015-12-03
ixgbe: Save VF info and take references
Mark Rustad
-23
/
+59
2015-12-03
ixgbe: Wait for master disable to be set
Mark Rustad
-1
/
+13
2015-12-03
ixgbe: Correct spec violations by waiting after reset
Mark Rustad
-5
/
+9
2015-12-03
ixgbe: Update PTP to support X550EM_x devices
Mark Rustad
-197
/
+578
2015-12-03
ixgbe: Allow FDB entries access to more RAR filters
Alexander Duyck
-1
/
+4
2015-12-03
ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
Alexander Duyck
-3
/
+25
2015-12-03
ixgbe: Refactor MAC address configuration code
Alexander Duyck
-70
/
+100
2015-12-03
ixgbevf: Minor cleanups
Mark Rustad
-24
/
+12
2015-12-03
ixgbevf: Use a private workqueue to avoid certain possible hangs
Mark Rustad
-2
/
+13
2015-12-03
ixgbe: Use private workqueue to avoid certain possible hangs
Mark Rustad
-1
/
+13
2015-12-03
ixgbe: Add support for newer thermal alarm
Mark Rustad
-3
/
+23
2015-12-03
ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
Mark Rustad
-13
/
+8
2015-12-02
sfc: use ALIGN macro for aligning frame sizes
Jarod Wilson
-1
/
+2
2015-12-02
tcp: suppress too verbose messages in tcp_send_ack()
Eric Dumazet
-11
/
+13
2015-12-02
Merge branch 'hv_netvsc-less-headroom'
David S. Miller
-175
/
+138
2015-12-02
hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
KY Srinivasan
-13
/
+12
2015-12-02
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
-22
/
+13
2015-12-02
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
-9
/
+8
2015-12-02
hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
KY Srinivasan
-5
/
+0
2015-12-02
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
-9
/
+8
2015-12-02
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
-33
/
+19
2015-12-02
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
-31
/
+35
2015-12-02
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
-9
/
+0
2015-12-02
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
-18
/
+5
2015-12-02
hv_netvsc: Don't ask for additional head room in the skb
KY Srinivasan
-20
/
+17
2015-12-02
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
-4
/
+1
2015-12-02
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
-7
/
+6
2015-12-02
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
-10
/
+14
2015-12-02
hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
KY Srinivasan
-14
/
+13
2015-12-02
hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
KY Srinivasan
-21
/
+35
2015-12-02
hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
KY Srinivasan
-8
/
+10
2015-12-02
hv_netvsc: Resize some of the variables in hv_netvsc_packet
KY Srinivasan
-7
/
+7
2015-12-02
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
-272
/
+583
2015-12-01
i40e: remove unused argument
Jesse Brandeburg
-12
/
+18
2015-12-01
i40e: fix: do not sleep in netdev_ops
Jesse Brandeburg
-24
/
+20
2015-12-01
i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
Catherine Sullivan
-2
/
+2
2015-12-01
i40evf: allocate ring structs dynamically
Mitch Williams
-41
/
+40
2015-12-01
i40evf: allocate queue vectors dynamically
Mitch Williams
-26
/
+21
2015-12-01
i40evf: quoth the VF driver, Nevermore
Mitch Williams
-0
/
+8
2015-12-01
i40e: make error message more useful
Mitch Williams
-2
/
+2
[next]