aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-25netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.Santosh Nayak1-2/+2
2012-06-22bnx2x: link module eepromYuval Mintz3-4/+67
2012-06-22bnx2x: 1G sfp+ module handlingYuval Mintz3-84/+151
2012-06-22bnx2x: revised link register accessYuval Mintz3-144/+100
2012-06-22bnx2x: treat 0 speed as link down (copper)Yuval Mintz1-10/+12
2012-06-22bnx2x: link cleanupYuval Mintz1-173/+167
2012-06-22bnx2x: sfp+ Tx fault detection addedYuval Mintz3-16/+99
2012-06-22smsc911x.c: encapsulate enable irq callsMatthias Brugger1-7/+10
2012-06-21ixgbe: simplify padding and length checksStephen Hemminger1-7/+2
2012-06-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-143/+291
2012-06-20team: do RCU update path fixupsJiri Pirko2-6/+16
2012-06-20team: Revert previous two changes.David S. Miller2-11/+6
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko1-1/+1
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2-5/+10
2012-06-20can: c_can_pci: fix compilation on non HAVE_CLK archsMarc Kleine-Budde1-22/+7
2012-06-20ixgbe: clean up ixgbe_get_settings ethtool functionJacob Keller1-85/+62
2012-06-20ixgbe: add support for 1G SX modulesJacob Keller3-5/+24
2012-06-20igb: Version bumpCarolyn Wyborny1-3/+3
2012-06-20igb: Update firmware info outputCarolyn Wyborny3-10/+89
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2-33/+55
2012-06-20igb: Support the get_ts_info ethtool method.Carolyn Wyborny1-0/+35
2012-06-20igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny1-1/+11
2012-06-20igb: A fix to VF TX rate limitLior Levy2-0/+6
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. Miller42-1274/+1866