aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/user.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-13jme: Fix bit typo of JMC250A2 workaroundGuo-Fu Tseng1-2/+2
2011-02-13jme: PHY Power control for new chipGuo-Fu Tseng2-14/+106
2011-02-13jme: Extract main and sub chip revisionGuo-Fu Tseng2-6/+10
2011-02-13bridge: implement [add/del]_slave opsJiri Pirko2-1/+27
2011-02-13bond: implement [add/del]_slave opsJiri Pirko1-0/+2
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko2-0/+55
2011-02-13tlan: Fix bugs introduced by the last tlan cleanup patchSakari Ailus1-2/+4
2011-02-13net: make dev->master generalJiri Pirko6-20/+54
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko2-14/+3
2011-02-11phy: Remove unneeded depends on PHYLIBhartleys1-1/+0
2011-02-11network: Allow af_packet to transmit +4 bytes for VLAN packets.Ben Greear1-2/+29
2011-02-11be2net: restrict WOL to PFs only.Ajit Khaparde1-2/+13
2011-02-11be2net: detect a UE even when a interface is down.Ajit Khaparde1-0/+4
2011-02-11be2net: gracefully handle situations when UE is detectedAjit Khaparde2-0/+16
2011-02-11be2net: fix be_suspend/resume/shutdownAjit Khaparde1-0/+8
2011-02-11be2net: pass proper hdr_size while flashing redboot.Ajit Khaparde1-2/+2
2011-02-11be2net: Fix broken priority setting when vlan tagging is enabled.Ajit Khaparde1-0/+1
2011-02-11be2net: Allow VFs to call be_cmd_reset_function.Ajit Khaparde1-5/+3
2011-02-11be2net: pass domain numbers for pmac_add/del functionsAjit Khaparde3-10/+15
2011-02-11be2net: For the VF MAC, use the OUI from current MAC addressAjit Khaparde1-3/+2
2011-02-11be2net: Cleanup the VF interface handlesAjit Khaparde1-0/+9
2011-02-11be2net: call be_vf_eth_addr_config() after register_netdevAjit Khaparde1-9/+8
2011-02-11be2net: Initialize and cleanup sriov resources only if pci_enable_sriov has succeeded.Ajit Khaparde1-17/+22
2011-02-11be2net: Use domain id when be_cmd_if_destroy is called.Ajit Khaparde3-5/+8
2011-02-11be2net: endianness fix in be_cmd_set_qos().Ajit Khaparde1-2/+2
2011-02-11be2net: While configuring QOS for VF, pass proper domain idAjit Khaparde1-1/+1
2011-02-11batman-adv: Disallow originator addressing within mesh layerLinus Lüssing1-6/+1
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing10-14/+0
2011-02-11batman-adv: Split combined variable declarationsMarek Lindner1-2/+2
2011-02-11atl1: Do not use legacy PCI power managementRafael J. Wysocki1-46/+31
2011-02-11atl1c: Do not call device_init_wakeup() in atl1c_probe()Rafael J. Wysocki1-1/+0
2011-02-11tg3: Avoid setting power.can_wakeup for devices that cannot wake upRafael J. Wysocki1-2/+4
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar2-3/+36
2011-02-11ixgbe: cleanup ixgbe_init_mbx_params_pf namespace issueDon Skidmore2-0/+4
2011-02-11ixgbe: cleanup namespace complaint by removing little used functionDon Skidmore2-12/+2
2011-02-11ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore2-2/+1
2011-02-11ixgbe: DCB, use hardware independent routinesJohn Fastabend1-5/+1
2011-02-11ixgbe: DCB, remove RESET bit it is no longer neededJohn Fastabend1-25/+12
2011-02-11ixgbe: DCB, do not reset on CEE pg changesJohn Fastabend2-13/+39
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend7-1/+212
2011-02-11ixgbe: DCB, abstract out dcb_config from DCB hardware configurationJohn Fastabend7-102/+230
2011-02-11ixgbe: DCB, remove round robin mode on 82598 devicesJohn Fastabend3-6/+2
2011-02-11ixgbe: DCB, only reprogram HW if the FCoE priority is changedJohn Fastabend1-12/+26
2011-02-11igb: Enable PF side of SR-IOV support for i350 devicesCarolyn Wyborny3-24/+33
2011-02-11e1000e: return appropriate errors for 'ethtool -r'Bruce Allan1-2/+9
2011-02-11e1000e: use correct pointer when memcpy'ing a 2-dimensional arrayBruce Allan1-1/+1
2011-02-11e1000e: replace unbounded sprintf with snprintfBruce Allan1-2/+6
2011-02-10tg3: Expand 5719 workaroundMatt Carlson1-2/+2
2011-02-11batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann1-4/+4
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller4-3/+36