| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv4: ip_ptr cleanups | Eric Dumazet | 2010-09-15 | 9 | -22/+27 |
* | phonet: Fix build warning. | David S. Miller | 2010-09-15 | 1 | -1/+2 |
* | Phonet: resource routing documentation | Rémi Denis-Courmont | 2010-09-15 | 1 | -0/+16 |
* | Phonet: list subscribed resources via proc_fs | Rémi Denis-Courmont | 2010-09-15 | 3 | -0/+99 |
* | Phonet: look up the resource routing table when forwarding | Rémi Denis-Courmont | 2010-09-15 | 1 | -0/+17 |
* | Phonet: hook resource routing to userspace via ioctl()'s | Rémi Denis-Courmont | 2010-09-15 | 3 | -0/+16 |
* | Phonet: resource routing backend | Rémi Denis-Courmont | 2010-09-15 | 2 | -0/+93 |
* | Phonet: remove dangling pipe if an endpoint is closed early | Rémi Denis-Courmont | 2010-09-15 | 2 | -1/+31 |
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 | David S. Miller | 2010-09-15 | 4 | -119/+73 |
|\ |
|
| * | dccp ccid-3: Simplify and consolidate tx_parse_options | Gerrit Renker | 2010-09-15 | 2 | -46/+14 |
| * | dccp ccid-3: remove buggy RTT-sampling history lookup | Gerrit Renker | 2010-09-15 | 3 | -57/+38 |
| * | dccp ccid-3: A lower bound for the inter-packet scheduling algorithm | Gerrit Renker | 2010-09-15 | 2 | -16/+21 |
* | | misdn: kill big kernel lock | Arnd Bergmann | 2010-09-15 | 1 | -7/+0 |
* | | i4l: kill big kernel lock | Arnd Bergmann | 2010-09-15 | 1 | -5/+6 |
* | | irda/irnet: use noop_llseek | Arnd Bergmann | 2010-09-15 | 1 | -1/+2 |
* | | sit: get rid of ipip6_lock | Eric Dumazet | 2010-09-15 | 1 | -33/+31 |
* | | gre: get rid of ipgre_lock | Eric Dumazet | 2010-09-15 | 1 | -29/+32 |
* | | ipip: get rid of ipip_lock | Eric Dumazet | 2010-09-15 | 1 | -33/+34 |
* | | net: add rtnl_dereference() | Eric Dumazet | 2010-09-15 | 1 | -0/+9 |
* | | ethtool: Remove unimplemented flow specification types | Ben Hutchings | 2010-09-15 | 3 | -37/+11 |
* | | ethtool: Complete kernel-doc comments for RX flow filter and hash control | Ben Hutchings | 2010-09-15 | 1 | -16/+113 |
* | | tg3: phy tmp variable roundup | Matt Carlson | 2010-09-15 | 1 | -30/+15 |
* | | tg3: Dynamically allocate VPD data memory | Matt Carlson | 2010-09-15 | 1 | -4/+11 |
* | | tg3: Use skb_is_gso_v6() | Matt Carlson | 2010-09-15 | 1 | -3/+3 |
* | | tg3: Move producer ring struct to tg3_napi | Matt Carlson | 2010-09-15 | 2 | -25/+18 |
* | | tg3: Clarify semantics of TG3_IRQ_MAX_VECS | Matt Carlson | 2010-09-15 | 2 | -4/+5 |
* | | tg3: Unlock 5717 B0+ support | Matt Carlson | 2010-09-15 | 1 | -5/+1 |
* | | tg3: Don't send APE events for NCSI firmware | Matt Carlson | 2010-09-15 | 2 | -3/+28 |
* | | tg3: Disable TSS | Matt Carlson | 2010-09-15 | 1 | -8/+1 |
* | | tg3: Fix read DMA FIFO overruns on recent devices | Matt Carlson | 2010-09-15 | 2 | -1/+15 |
* | | X.25 remove bkl in connect | andrew hendry | 2010-09-14 | 1 | -2/+0 |
* | | X.25 remove bkl in accept | Andrew Hendry | 2010-09-14 | 1 | -3/+5 |
* | | X.25 remove bkl in bind | andrew hendry | 2010-09-14 | 1 | -2/+2 |
* | | X.25 remove bkl in listen | andrew hendry | 2010-09-14 | 1 | -2/+2 |
* | | net/irda: Use static const char * const where possible | Joe Perches | 2010-09-14 | 2 | -2/+2 |
* | | drivers/net/wireless: Use static const char * const where possible | Joe Perches | 2010-09-14 | 1 | -1/+1 |
* | | drivers/net/pcmcia: Use static const char * const where possible | Joe Perches | 2010-09-14 | 1 | -1/+1 |
* | | drivers/net: Use static const char * const where possible | Joe Perches | 2010-09-14 | 2 | -2/+6 |
* | | drivers/isdn: Use static const char * const where possible | Joe Perches | 2010-09-14 | 2 | -2/+2 |
|/ |
|
* | e1000e: Simplify MSI interrupt testing | Jean Delvare | 2010-09-14 | 1 | -25/+4 |
* | uwb: use '%pM' format to print MAC address | Andy Shevchenko | 2010-09-13 | 2 | -9/+3 |
* | bnx2x: Spread rx buffers between allocated queues | Dmitry Kravkov | 2010-09-13 | 4 | -5/+17 |
* | cx82310_eth: allow empty URBs | Ondrej Zary | 2010-09-13 | 1 | -9/+3 |
* | cx82310_eth: check usb_string() return value for error | Ondrej Zary | 2010-09-13 | 1 | -5/+3 |
* | drivers/net/skfp: Remove pr_<level> uses of KERN_<level> | Joe Perches | 2010-09-13 | 1 | -42/+42 |
* | net/cxgb3: remove undefined operations | Andreas Schwab | 2010-09-13 | 1 | -1/+1 |
* | net/de4x5: remove undefined operations | Andreas Schwab | 2010-09-13 | 1 | -9/+9 |
* | sundance: Add power management hooks | Denis Kirjanov | 2010-09-13 | 1 | -0/+48 |
* | flow: better memory management | Eric Dumazet | 2010-09-13 | 1 | -36/+42 |
* | sfc: Fix order of channel_name array dimensions | Ben Hutchings | 2010-09-13 | 1 | -1/+1 |