summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | vmxnet3: Consistently disable irqs when taking adapter->cmd_lockRoland Dreier2011-05-061-4/+6
| * | dccp: handle invalid feature options lengthDan Rosenberg2011-05-061-0/+2
| |/
* | Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2011-05-1115-310/+321
|\ \
| * | tipc: Revise timings used when sending link request messagesAllan Stephens2011-05-101-30/+36
| * | tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens2011-05-103-8/+31
| * | tipc: Enhance sending of discovery object link request messagesAllan Stephens2011-05-101-1/+13
| * | tipc: Enhance handling of discovery object creation failuresAllan Stephens2011-05-103-41/+42
| * | tipc: Introduce routine to enqueue a chain of messages on link tx queueAllan Stephens2011-05-101-16/+22
| * | tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-108-66/+64
| * | tipc: Abort excessive send requests as early as possibleAllan Stephens2011-05-102-1/+14
| * | tipc: Strengthen checks for neighboring node discoveryAllan Stephens2011-05-102-4/+14
| * | tipc: make zone/cluster mask constants a definePaul Gortmaker2011-05-101-2/+5
| * | tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens2011-05-102-7/+4
| * | tipc: Update destination node field on incoming multicast messagesAllan Stephens2011-05-101-0/+1
| * | tipc: Fix problem with bundled multicast messageAllan Stephens2011-05-101-0/+2
| * | tipc: Set name lookup scope field properly in all data messagesAllan Stephens2011-05-101-0/+3
| * | tipc: Fix issues with fragmentation of an existing message bufferAllan Stephens2011-05-101-14/+23
| * | tipc: Avoid pointless masking of fragmented message identifierAllan Stephens2011-05-101-2/+2
| * | tipc: Don't initialize link selector field in fragmented messagesAllan Stephens2011-05-101-2/+0
| * | tipc: Remove code to emulate loss of broadcast messagesAllan Stephens2011-05-101-18/+0
| * | tipc: Cosmetic consolidation of internal message type definitionsAllan Stephens2011-05-101-29/+29
| * | tipc: Eliminate unused routing message definitionsAllan Stephens2011-05-101-9/+0
| * | tipc: Update comments in message header include fileAllan Stephens2011-05-101-66/+23
| * | tipc: Drop __TIME__ usageMichal Marek2011-05-101-2/+1
* | | net: fix two lockdep splatsEric Dumazet2011-05-111-2/+2
* | | ipv4: xfrm: Eliminate ->rt_src reference in policy code.David S. Miller2011-05-101-13/+21
* | | infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller2011-05-101-2/+7
* | | sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()David S. Miller2011-05-101-1/+1
* | | ipv4: udp: Eliminate remaining uses of rt->rt_srcDavid S. Miller2011-05-101-7/+6
* | | ipv4: icmp: Eliminate remaining uses of rt->rt_srcDavid S. Miller2011-05-101-3/+3
* | | ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller2011-05-103-8/+7
* | | tulip: Use pr_<level> where appropriateJoe Perches2011-05-095-29/+14
* | | tulip: Convert uses of KERN_DEBUGJoe Perches2011-05-0912-182/+166
* | | tulip: Convert printks to netdev_<level>Joe Perches2011-05-097-180/+170
* | | tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave usesJoe Perches2011-05-091-121/+13
* | | Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2011-05-091-313/+261
|\ \ \
| * | | r8169: avoid late chip identifier initialisation.Francois Romieu2011-05-091-9/+9
| * | | r8169: merge firmware information into the chipset description data.Francois Romieu2011-05-091-104/+110
| * | | r8169: provide some firmware information via ethtool.Francois Romieu2011-05-091-20/+25
| * | | r8169: remove non-NAPI context invocation of rtl8169_rx_interrupt.Francois Romieu2011-05-091-23/+9
| * | | r8169: link speed selection timer rework.Francois Romieu2011-05-091-35/+9
| * | | r8169: rtl8169_set_speed_xmii cleanup.Francois Romieu2011-05-091-10/+1
| * | | r8169: remove some code duplication.Francois Romieu2011-05-091-23/+19
| * | | r8169: style cleanups.Francois Romieu2011-05-091-108/+98
* | | | net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-095-86/+38
* | | | netconsole: switch to kstrto*() functionsAlexey Dobriyan2011-05-091-48/+14
* | | | net: bonding: factor out rlock(bond->lock) in xmit pathMichał Mirosław2011-05-093-60/+35
* | | | vlan: remove one synchronize_net() callEric Dumazet2011-05-092-7/+4
* | | | garp: remove one synchronize_rcu() callEric Dumazet2011-05-092-2/+7
* | | | net: use batched device unregister in veth and macvlanEric Dumazet2011-05-092-2/+8
| |/ / |/| |