| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | sparc: Use set_current_blocked() | Matt Fleming | 2011-10-12 | 3 | -49/+30 |
| * | | | | | sparc32,leon: SRMMU MMU Table probe fix | Daniel Hellstrom | 2011-10-07 | 2 | -2/+2 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-10-20 | 28 | -155/+330 |
|\ \ \ \ \ \ |
|
| * | | | | | | fib_rules: fix unresolved_rules counting | Yan, Zheng | 2011-10-20 | 1 | -1/+4 |
| * | | | | | | r8169: fix wrong eee setting for rlt8111evl | hayeswang | 2011-10-20 | 1 | -1/+1 |
| * | | | | | | r8169: fix driver shutdown WoL regression. | françois romieu | 2011-10-19 | 1 | -32/+56 |
| * | | | | | | ehea: Change maintainer to me | Thadeu Lima de Souza Cascardo | 2011-10-19 | 1 | -1/+1 |
| * | | | | | | pptp: pptp_rcv_core() misses pskb_may_pull() call | Eric Dumazet | 2011-10-19 | 1 | -8/+12 |
| * | | | | | | tproxy: copy transparent flag when creating a time wait | KOVACS Krisztian | 2011-10-19 | 1 | -0/+1 |
| * | | | | | | pptp: fix skb leak in pptp_xmit() | Eric Dumazet | 2011-10-19 | 1 | -0/+2 |
| * | | | | | | bonding: use local function pointer of bond->recv_probe in bond_handle_frame | Mitsuo Hayasaka | 2011-10-19 | 1 | -2/+5 |
| * | | | | | | smsc911x: Add support for SMSC LAN89218 | Phil Edworthy | 2011-10-19 | 1 | -0/+2 |
| * | | | | | | tg3: negate USE_PHYLIB flag check | Jiri Pirko | 2011-10-19 | 1 | -1/+1 |
| * | | | | | | netconsole: enable netconsole can make net_device refcnt incorrent | Gao feng | 2011-10-19 | 1 | -0/+5 |
| * | | | | | | bluetooth: Properly clone LSM attributes to newly created child connections | Paul Moore | 2011-10-19 | 4 | -1/+12 |
| * | | | | | | l2tp: fix a potential skb leak in l2tp_xmit_skb() | Eric Dumazet | 2011-10-19 | 1 | -1/+3 |
| * | | | | | | bridge: fix hang on removal of bridge via netlink | stephen hemminger | 2011-10-19 | 3 | -4/+7 |
| * | | | | | | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller | 2011-10-18 | 4 | -53/+89 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | IPVS netns shutdown/startup dead-lock | Hans Schillstrom | 2011-10-12 | 3 | -51/+87 |
| | * | | | | | | netfilter: nf_conntrack: fix event flooding in GRE protocol tracker | Florian Westphal | 2011-10-03 | 1 | -2/+2 |
| * | | | | | | | x25: Prevent skb overreads when checking call user data | Matthew Daley | 2011-10-18 | 1 | -1/+2 |
| * | | | | | | | x25: Handle undersized/fragmented skbs | Matthew Daley | 2011-10-18 | 6 | -17/+87 |
| * | | | | | | | x25: Validate incoming call user data lengths | Matthew Daley | 2011-10-18 | 2 | -0/+9 |
| * | | | | | | | udplite: fast-path computation of checksum coverage | Gerrit Renker | 2011-10-18 | 1 | -32/+31 |
* | | | | | | | | mm: fix race between mremap and removing migration entry | Hugh Dickins | 2011-10-20 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linus | Linus Torvalds | 2011-10-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | [media] videodev: fix a NULL pointer dereference in v4l2_device_release() | Antonio Ospite | 2011-10-19 | 1 | -1/+1 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2011-10-19 | 5 | -9/+36 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | drm/radeon/kms/atom: fix handling of FB scratch indices | Alex Deucher | 2011-10-19 | 2 | -2/+14 |
| * | | | | | | | | drm/radeon/kms/DCE4.1: fix Select_CrtcSource EncodeMode setting for DP bridge... | Alex Deucher | 2011-10-18 | 1 | -1/+11 |
| * | | | | | | | | drm/radeon/kms/DCE4.1: ss is not supported on the internal pplls | Alex Deucher | 2011-10-18 | 1 | -1/+1 |
| * | | | | | | | | drm/radeon/kms/DCE4.1: fix dig encoder to transmitter mapping | Alex Deucher | 2011-10-18 | 1 | -4/+9 |
| * | | | | | | | | ttm: Fix error-path using an uninitialized value | Thomas Hellstrom | 2011-10-18 | 1 | -1/+1 |
| |/ / / / / / / |
|
* / / / / / / / | cputimer: Cure lock inversion | Peter Zijlstra | 2011-10-18 | 1 | -3/+4 |
|/ / / / / / / |
|
* | | | | | | | Linux 3.1-rc10v3.1-rc10 | Linus Torvalds | 2011-10-18 | 1 | -1/+1 |
* | | | | | | | Avoid using variable-length arrays in kernel/sys.c | Linus Torvalds | 2011-10-17 | 1 | -1/+1 |
* | | | | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-... | Linus Torvalds | 2011-10-16 | 4 | -3/+11 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS | Zoltan Devai | 2011-10-15 | 1 | -1/+0 |
| * | | | | | | ARM: 7122/1: localtimer: add header linux/errno.h explicitly | Shawn Guo | 2011-10-15 | 1 | -0/+2 |
| * | | | | | | ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9 | Will Deacon | 2011-10-15 | 1 | -2/+2 |
| * | | | | | | ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES | Linus Walleij | 2011-10-01 | 1 | -0/+7 |
* | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-10-14 | 1 | -4/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hwmon: (w83627ehf) Properly report thermal diode sensors | Jean Delvare | 2011-10-14 | 1 | -4/+11 |
* | | | | | | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-10-14 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gpio-pca953x: fix gpio_base | Hartmut Knaack | 2011-10-13 | 1 | -0/+1 |
| * | | | | | | | | gpio/omap: fix build error with certain OMAP1 configs | Janusz Krzysztofik | 2011-10-13 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-10-14 | 8 | -62/+69 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | xfs: revert to using a kthread for AIL pushing | Christoph Hellwig | 2011-10-11 | 4 | -51/+45 |
| * | | | | | | | | xfs: force the log if we encounter pinned buffers in .iop_pushbuf | Christoph Hellwig | 2011-10-11 | 5 | -10/+24 |
| * | | | | | | | | xfs: do not update xa_last_pushed_lsn for locked items | Christoph Hellwig | 2011-10-11 | 1 | -1/+0 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|