summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-pmu68k.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings1-9/+6
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings1-2/+0
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2-10/+0
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings1-41/+43
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings1-4/+3
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings1-21/+44
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings1-3/+3
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings1-12/+16
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings1-0/+8
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings4-21/+17
2012-08-24sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings1-16/+12
2012-08-24sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings1-9/+11
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings3-218/+112
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings3-115/+112
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings3-56/+53
2012-08-24team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko1-0/+7
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko2-2/+13
2012-08-24team: don't print warn message on -ESRCH during event sendJiri Pirko1-4/+4
2012-08-24w5300: using eth_hw_addr_random() for random MAC and set device flagWei Yongjun1-2/+1
2012-08-24w5100: using eth_hw_addr_random() for random MAC and set device flagWei Yongjun1-2/+1
2012-08-24wimax/i2400m: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-08-24net: Set device operstate at registration timeBen Hutchings3-0/+11
2012-08-24net/fsl: introduce Freescale 10G MDIO driverTimur Tabi3-0/+282
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-23packet: fix broken build.Rami Rosen1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet5-19/+12
2012-08-23batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-08-23batman-adv: change interface_rx to get orig nodeAntonio Quartulli3-7/+14
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli5-33/+101
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann7-38/+55
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann6-35/+39
2012-08-23batman-adv: Use BIT(x) macro to calculate bit positionsSven Eckelmann3-29/+31
2012-08-23batman-adv: Drop tt queries with foreign destMartin Hundebøll1-15/+3
2012-08-23batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll1-25/+25
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann10-311/+343
2012-08-23batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich1-1/+7
2012-08-23batman-adv: fix typos in commentsAntonio Quartulli2-5/+5
2012-08-23batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli2-23/+53
2012-08-23batman-adv: remove a misleading commentJonathan Corbet1-3/+0
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner3-19/+42
2012-08-23batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich2-11/+11
2012-08-23batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich1-2/+3
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich4-3/+89
2012-08-23batman-adv: move function arguments on one lineAntonio Quartulli1-2/+1
2012-08-23packet: Protect packet sk list with mutex (v2)Pavel Emelyanov3-9/+15
2012-08-23mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W2-67/+90
2012-08-23af_packet: use define instead of constantdanborkmann@iogearbox.net1-2/+3
2012-08-23rds: Don't disable BH on BH contextYing Xue4-8/+8
2012-08-23bonding: support for IPv6 transmit hashingJohn Eaglesham2-31/+88
2012-08-23ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5