summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40e: i40e_fcoe.c: Remove unused functionRickard Strandqvist2015-02-091-9/+0
* Driver: Vmxnet3: Change the hex constant to its decimal equivalentShrikrishna Khare2015-02-092-3/+3
* net: rfs: add hash collision detectionEric Dumazet2015-02-091-4/+1
* cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai2015-02-084-0/+53
* cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai2015-02-083-0/+91
* cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai2015-02-085-0/+58
* cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai2015-02-085-0/+320
* cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai2015-02-082-0/+42
* be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla2015-02-082-18/+27
* be2net: process port misconfig async eventVasundhara Volam2015-02-084-30/+139
* be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2015-02-082-97/+127
* be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla2015-02-083-51/+36
* be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam2015-02-083-23/+66
* be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2015-02-082-2/+9
* be2net: refactor code that checks flash file compatibilityVasundhara Volam2015-02-082-68/+78
* be2net: replace (1 << x) with BIT(x)Vasundhara Volam2015-02-083-15/+15
* be2net: move un-exported routines from be.h to respective src filesSathya Perla2015-02-083-166/+167
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-02-0813-219/+584
|\
| * ixgbe: add Tx anti spoofing supportDon Skidmore2015-02-064-0/+47
| * ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2015-02-062-66/+87
| * ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2015-02-062-75/+113
| * ixgbevf: Add code to check for Tx hangEmil Tantilov2015-02-062-19/+115
| * ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov2015-02-061-21/+17
| * ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov2015-02-061-5/+5
| * ixgbe: add VXLAN offload support for X550 devicesDon Skidmore2015-02-064-2/+113
| * ixgbe: Cleanup probe to remove redundant attempt to ID PHYDon Skidmore2015-02-061-3/+0
| * ixgbe: cleanup redundant default method set_rxpbaDon Skidmore2015-02-061-1/+0
| * ixgbe: fix setting port VLANEmil Tantilov2015-02-061-5/+8
| * ixgbevf: add RSS support for X550Emil Tantilov2015-02-062-0/+45
| * ixgbevf: enable multiple queue supportEmil Tantilov2015-02-062-3/+20
| * ixgbe: allow multiple queues in SRIOV modeEmil Tantilov2015-02-061-3/+0
| * ixgbe: cleanup sparse errors in new ixgbe_x550.c fileDon Skidmore2015-02-061-30/+35
| * fm10k: Resolve compile warnings with W=1Matthew Vick2015-02-062-6/+2
| * fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick2015-02-061-5/+2
* | r8152: use BIT macrohayeswang2015-02-081-17/+17
* | r8152: replace get_protocol with vlan_get_protocolhayeswang2015-02-081-14/+2
* | r8152: adjust the line feed for hw_featureshayeswang2015-02-081-2/+1
* | r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang2015-02-081-1/+1
* | r8152: check linking status with netif_carrier_okhayeswang2015-02-081-14/+9
* | r8152: adjust lpm timerhayeswang2015-02-081-3/+3
* | r8152: adjust rx_bottomhayeswang2015-02-081-2/+13
* | net: dsa: bcm_sf2: implement GPHY power downFlorian Fainelli2015-02-082-9/+45
* | net: dsa: bcm_sf2: move GPHY enabling to its own functionFlorian Fainelli2015-02-081-12/+20
* | Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-02-086-2/+802
|\ \ | |/ |/|
| * NFC: nci: Move NFCEE discovery logicChristophe Ricard2015-02-041-4/+0
| * NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-1/+1
| * NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2015-02-041-10/+28
| * NFC: st21nfca: Add HCI transaction event supportChristophe Ricard2015-02-021-0/+21
| * NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard2015-02-021-1/+22
| * NFC: st21nfcb: Add support for secure elementChristophe Ricard2015-02-025-2/+746