index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
macintosh
/
via-pmu68k.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-08-24
sfc: Assign efx and efx->type as early as possible in efx_pci_probe()
Ben Hutchings
1
-9
/
+6
2012-08-24
sfc: Remove bogus comment about MTU change and RX buffer overrun
Ben Hutchings
1
-2
/
+0
2012-08-24
sfc: Remove overly paranoid locking assertions from netdev operations
Ben Hutchings
2
-10
/
+0
2012-08-24
sfc: Fix reset vs probe/remove/PM races involving efx_nic::state
Ben Hutchings
1
-41
/
+43
2012-08-24
sfc: Improve log messages in case we abort probe due to a pending reset
Ben Hutchings
1
-4
/
+3
2012-08-24
sfc: Never try to stop and start a NIC that is disabled
Ben Hutchings
1
-21
/
+44
2012-08-24
sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()
Ben Hutchings
1
-3
/
+3
2012-08-24
sfc: Keep disabled NICs quiescent during suspend/resume
Ben Hutchings
1
-12
/
+16
2012-08-24
sfc: Hold the RTNL lock for more of the suspend/resume cycle
Ben Hutchings
1
-0
/
+8
2012-08-24
sfc: Change state names to be clearer, and comment them
Ben Hutchings
4
-21
/
+17
2012-08-24
sfc: Stash header offsets for TSO in struct tso_state
Ben Hutchings
1
-16
/
+12
2012-08-24
sfc: Replace tso_state::full_packet_space with ip_base_len
Ben Hutchings
1
-9
/
+11
2012-08-24
sfc: Simplify TSO header buffer allocation
Ben Hutchings
3
-218
/
+112
2012-08-24
sfc: Stop TX queues before they fill up
Ben Hutchings
3
-115
/
+112
2012-08-24
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
3
-56
/
+53
2012-08-24
team: do not allow to add VLAN challenged port when vlan is used
Jiri Pirko
1
-0
/
+7
2012-08-24
vlan: add helper which can be called to see if device is used by vlan
Jiri Pirko
2
-2
/
+13
2012-08-24
team: don't print warn message on -ESRCH during event send
Jiri Pirko
1
-4
/
+4
2012-08-24
w5300: using eth_hw_addr_random() for random MAC and set device flag
Wei Yongjun
1
-2
/
+1
2012-08-24
w5100: using eth_hw_addr_random() for random MAC and set device flag
Wei Yongjun
1
-2
/
+1
2012-08-24
wimax/i2400m: use is_zero_ether_addr() instead of memcmp()
Wei Yongjun
1
-2
/
+1
2012-08-24
net: Set device operstate at registration time
Ben Hutchings
3
-0
/
+11
2012-08-24
net/fsl: introduce Freescale 10G MDIO driver
Timur Tabi
3
-0
/
+282
2012-08-24
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
Neil Horman
1
-1
/
+1
2012-08-23
packet: fix broken build.
Rami Rosen
1
-1
/
+1
2012-08-23
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
5
-19
/
+12
2012-08-23
batman-adv: Start new development cycle
Sven Eckelmann
1
-1
/
+1
2012-08-23
batman-adv: change interface_rx to get orig node
Antonio Quartulli
3
-7
/
+14
2012-08-23
batman-adv: detect not yet announced clients
Antonio Quartulli
5
-33
/
+101
2012-08-23
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
7
-38
/
+55
2012-08-23
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
6
-35
/
+39
2012-08-23
batman-adv: Use BIT(x) macro to calculate bit positions
Sven Eckelmann
3
-29
/
+31
2012-08-23
batman-adv: Drop tt queries with foreign dest
Martin Hundebøll
1
-15
/
+3
2012-08-23
batman-adv: Move batadv_check_unicast_packet()
Martin Hundebøll
1
-25
/
+25
2012-08-23
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
10
-311
/
+343
2012-08-23
batman-adv: check batadv_orig_hash_add_if() return code
Simon Wunderlich
1
-1
/
+7
2012-08-23
batman-adv: fix typos in comments
Antonio Quartulli
2
-5
/
+5
2012-08-23
batman-adv: add reference counting for type batadv_tt_orig_list_entry
Antonio Quartulli
2
-23
/
+53
2012-08-23
batman-adv: remove a misleading comment
Jonathan Corbet
1
-3
/
+0
2012-08-23
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
3
-19
/
+42
2012-08-23
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
2
-11
/
+11
2012-08-23
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
1
-2
/
+3
2012-08-23
batman-adv: Add the backbone gateway list to debugfs
Simon Wunderlich
4
-3
/
+89
2012-08-23
batman-adv: move function arguments on one line
Antonio Quartulli
1
-2
/
+1
2012-08-23
packet: Protect packet sk list with mutex (v2)
Pavel Emelyanov
3
-9
/
+15
2012-08-23
mdio: translation of MMD EEE registers to/from ethtool settings
Allan, Bruce W
2
-67
/
+90
2012-08-23
af_packet: use define instead of constant
danborkmann@iogearbox.net
1
-2
/
+3
2012-08-23
rds: Don't disable BH on BH context
Ying Xue
4
-8
/
+8
2012-08-23
bonding: support for IPv6 transmit hashing
John Eaglesham
2
-31
/
+88
2012-08-23
ipv6: gre: fix ip6gre_err()
Eric Dumazet
1
-3
/
+5
[next]