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
*
i40e: i40e_fcoe.c: Remove unused function
Rickard Strandqvist
2015-02-09
1
-9
/
+0
*
Driver: Vmxnet3: Change the hex constant to its decimal equivalent
Shrikrishna Khare
2015-02-09
2
-3
/
+3
*
net: rfs: add hash collision detection
Eric Dumazet
2015-02-09
1
-4
/
+1
*
cxgb4: Add support in debugfs to dump the congestion control table
Hariprasad Shenai
2015-02-08
4
-0
/
+53
*
cxgb4: Add support to dump mailbox content in debugfs
Hariprasad Shenai
2015-02-08
3
-0
/
+91
*
cxgb4: Add support for ULP RX logic analyzer output in debugfs
Hariprasad Shenai
2015-02-08
5
-0
/
+58
*
cxgb4: Added support in debugfs to display TP logic analyzer output
Hariprasad Shenai
2015-02-08
5
-0
/
+320
*
cxgb4: Add support in debugfs to display sensor information
Hariprasad Shenai
2015-02-08
2
-0
/
+42
*
be2net: avoid unncessary swapping of fields in eth_tx_wrb
Sathya Perla
2015-02-08
2
-18
/
+27
*
be2net: process port misconfig async event
Vasundhara Volam
2015-02-08
4
-30
/
+139
*
be2net: refactor be_set_rx_mode() and be_vid_config() for readability
Sathya Perla
2015-02-08
2
-97
/
+127
*
be2net: remove duplicate code in be_cmd_rx_filter()
Sathya Perla
2015-02-08
3
-51
/
+36
*
be2net: use offset based FW flashing for Skyhawk chip
Vasundhara Volam
2015-02-08
3
-23
/
+66
*
be2net: avoid flashing SH-B0 UFI image on SH-P2 chip
Vasundhara Volam
2015-02-08
2
-2
/
+9
*
be2net: refactor code that checks flash file compatibility
Vasundhara Volam
2015-02-08
2
-68
/
+78
*
be2net: replace (1 << x) with BIT(x)
Vasundhara Volam
2015-02-08
3
-15
/
+15
*
be2net: move un-exported routines from be.h to respective src files
Sathya Perla
2015-02-08
3
-166
/
+167
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-02-08
13
-219
/
+584
|
\
|
*
ixgbe: add Tx anti spoofing support
Don Skidmore
2015-02-06
4
-0
/
+47
|
*
ixgbevf: combine all of the tasks into a single service task
Emil Tantilov
2015-02-06
2
-66
/
+87
|
*
ixgbevf: rewrite watchdog task to function similar to igbvf
Emil Tantilov
2015-02-06
2
-75
/
+113
|
*
ixgbevf: Add code to check for Tx hang
Emil Tantilov
2015-02-06
2
-19
/
+115
|
*
ixgbevf: Fix ordering of shutdown to correctly disable Rx and Tx
Emil Tantilov
2015-02-06
1
-21
/
+17
|
*
ixgbevf: set vlan_features in a single write instead of several ORs
Emil Tantilov
2015-02-06
1
-5
/
+5
|
*
ixgbe: add VXLAN offload support for X550 devices
Don Skidmore
2015-02-06
4
-2
/
+113
|
*
ixgbe: Cleanup probe to remove redundant attempt to ID PHY
Don Skidmore
2015-02-06
1
-3
/
+0
|
*
ixgbe: cleanup redundant default method set_rxpba
Don Skidmore
2015-02-06
1
-1
/
+0
|
*
ixgbe: fix setting port VLAN
Emil Tantilov
2015-02-06
1
-5
/
+8
|
*
ixgbevf: add RSS support for X550
Emil Tantilov
2015-02-06
2
-0
/
+45
|
*
ixgbevf: enable multiple queue support
Emil Tantilov
2015-02-06
2
-3
/
+20
|
*
ixgbe: allow multiple queues in SRIOV mode
Emil Tantilov
2015-02-06
1
-3
/
+0
|
*
ixgbe: cleanup sparse errors in new ixgbe_x550.c file
Don Skidmore
2015-02-06
1
-30
/
+35
|
*
fm10k: Resolve compile warnings with W=1
Matthew Vick
2015-02-06
2
-6
/
+2
|
*
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
Matthew Vick
2015-02-06
1
-5
/
+2
*
|
r8152: use BIT macro
hayeswang
2015-02-08
1
-17
/
+17
*
|
r8152: replace get_protocol with vlan_get_protocol
hayeswang
2015-02-08
1
-14
/
+2
*
|
r8152: adjust the line feed for hw_features
hayeswang
2015-02-08
1
-2
/
+1
*
|
r8152: check RTL8152_UNPLUG for rtl8152_close
hayeswang
2015-02-08
1
-1
/
+1
*
|
r8152: check linking status with netif_carrier_ok
hayeswang
2015-02-08
1
-14
/
+9
*
|
r8152: adjust lpm timer
hayeswang
2015-02-08
1
-3
/
+3
*
|
r8152: adjust rx_bottom
hayeswang
2015-02-08
1
-2
/
+13
*
|
net: dsa: bcm_sf2: implement GPHY power down
Florian Fainelli
2015-02-08
2
-9
/
+45
*
|
net: dsa: bcm_sf2: move GPHY enabling to its own function
Florian Fainelli
2015-02-08
1
-12
/
+20
*
|
Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-02-08
6
-2
/
+802
|
\
\
|
|
/
|
/
|
|
*
NFC: nci: Move NFCEE discovery logic
Christophe Ricard
2015-02-04
1
-4
/
+0
|
*
NFC: nci: Move logical connection structure allocation
Christophe Ricard
2015-02-04
1
-1
/
+1
|
*
NFC: nci: Support all destinations type when creating a connection
Christophe Ricard
2015-02-04
1
-10
/
+28
|
*
NFC: st21nfca: Add HCI transaction event support
Christophe Ricard
2015-02-02
1
-0
/
+21
|
*
NFC: st21nfcb: Add HCI transaction event support
Christophe Ricard
2015-02-02
1
-1
/
+22
|
*
NFC: st21nfcb: Add support for secure element
Christophe Ricard
2015-02-02
5
-2
/
+746
[next]