aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave1-6/+6
2012-06-19net: qmi_wwan: use module_usb_driver macroBjørn Mork1-11/+1
2012-06-19net: qmi_wwan: shorten driver descriptionBjørn Mork1-2/+2
2012-06-19net: qmi_wwan: bind to both control and data interfaceBjørn Mork1-68/+63
2012-06-19net: qmi_wwan: rearranging to prepare for code sharingBjørn Mork1-52/+76
2012-06-19net: qmi_wwan: define a structure for driver specific stateBjørn Mork1-20/+29
2012-06-19team: use rcu_dereference_bh() in tx pathJiri Pirko2-4/+4
2012-06-19team: allow to send multiple set events in one messageJiri Pirko1-24/+9
2012-06-19team: ensure correct order of netlink messages deliveryJiri Pirko1-20/+5
2012-06-19team: implement multipart netlink messages for options transfersJiri Pirko1-82/+116
2012-06-19team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko1-17/+500
2012-06-19team: add port_[enabled/disabled] mode callbacksJiri Pirko1-0/+4
2012-06-19team: pass NULL to __team_option_inst_add() instead of 0Jiri Pirko1-1/+1
2012-06-19team: allow to specify one option instance to be send to userspaceJiri Pirko1-86/+124
2012-06-19team: fix error path in team_nl_fill_port_list_get()Jiri Pirko1-1/+1
2012-06-19team: fix error path in team_nl_fill_options_get()Jiri Pirko1-1/+1
2012-06-19team: allow async option changesJiri Pirko1-0/+18
2012-06-19team: push array_index and port into separate structureJiri Pirko1-25/+43
2012-06-19team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko3-3/+3
2012-06-19team: introduce array optionsJiri Pirko1-23/+52
2012-06-19team: allow read/write-only optionsJiri Pirko1-0/+4
2012-06-19team: lb: push hash counting into separate functionJiri Pirko1-7/+16
2012-06-19team: add mode priv to portJiri Pirko1-1/+2
2012-06-19team: for nomode use dummy struct team_modeJiri Pirko1-8/+21
2012-06-19team: make team_mode struct constJiri Pirko4-20/+41
2012-06-19Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller5-8/+298
2012-06-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller53-1303/+1890
2012-06-19bnx2x: Change date and version to 1.72.51-0Merav Sicron1-2/+2
2012-06-19bnx2x: Support DCBX for all functionsBarak Witkowski7-12/+31
2012-06-19bnx2x: Add support for ethtool -LMerav Sicron5-12/+100
2012-06-19bnx2x: Allow up to 63 RSS queuesMerav Sicron1-10/+3
2012-06-19bnx2x: Split the FP structureBarak Witkowski6-87/+155
2012-06-19bnx2x: Move the CNIC L2 CIDs to be right after the RSS CIDsMerav Sicron4-30/+52
2012-06-19bnx2x: Make the transmission queues adjacentMerav Sicron6-94/+139
2012-06-19bnx2x: Allow more than 64 L2 CIDsMerav Sicron2-20/+57
2012-06-19bnx2x: Add support for 4-tupple UDP RSSMerav Sicron5-15/+159
2012-06-19bnx2x: Return only online tests for MFMerav Sicron2-29/+62
2012-06-19bnx2x: Add support for external LBMerav Sicron4-9/+81
2012-06-19vcan: add CAN FD supportOliver Hartkopp1-7/+20
2012-06-19candev: add/update helpers for CAN FDOliver Hartkopp1-1/+34
2012-06-19c_can_pci: generic module for C_CAN/D_CAN on PCIFederico Vaga3-0/+244
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville53-1303/+1890
2012-06-19net: lpc_eth: Driver cleanupstigge@antcom.de1-5/+1
2012-06-17net: lpc_eth: free skbs in start_xmitEric Dumazet1-6/+5
2012-06-17bnx2x: correct LPI pass-through configurationYuval Mintz1-12/+6
2012-06-16bnx2: Update version 2.2.2Michael Chan1-2/+2
2012-06-16bnx2: Read PCI function number from internal registerMichael Chan2-2/+7
2012-06-16bnx2: Dump additional BC_STATE during firmware sync timeout.Michael Chan2-0/+3
2012-06-16bnx2: Dump all FTQ_CTL registers during tx_timeoutMichael Chan2-0/+112
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller97-766/+1626