summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: hid-lg4ff: Set absolute axes parametes on DFPMichal Malý2012-09-251-0/+17
* HID: hid-lg4ff: Adjust X axis input value accordingly to selected range.Michal Malý2012-09-253-0/+61
* HID: hid-lg4ff: Minor code cleanup to improve readabilityMichal Malý2012-09-251-57/+64
* Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-09-223-0/+48
|\
| * HID: Fix logitech-dj: missing Unifying device issueNestor Lopez Casado2012-09-222-0/+46
| * HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()Axel Lin2012-09-221-0/+2
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-221-1/+1
|\ \
| * | cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-09-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-2155-192/+253
|\ \ \
| * | | net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2012-09-212-8/+8
| * | | net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-216-17/+17
| * | | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-09-212-4/+2
| |\ \ \
| | * | | can: ti_hecc: fix oops during rmmodMarc Kleine-Budde2012-09-211-1/+1
| | * | | can: janz-ican3: fix support for older hardware revisionsIra W. Snyder2012-09-211-3/+1
| * | | | net/irda: sh_sir: fix return value check in sh_sir_set_baudrate()Wei Yongjun2012-09-211-1/+1
| * | | | stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun2012-09-211-1/+1
| * | | | gianfar: fix phc index build failureRichard Cochran2012-09-212-2/+3
| * | | | ipv6: fix return value check in fib6_add()Wei Yongjun2012-09-211-0/+4
| * | | | bnx2x: remove false warning regarding interrupt numberAriel Elior2012-09-211-5/+6
| |/ / /
| * | | net: do not disable sg for packets requiring no checksumEd Cashin2012-09-201-1/+2
| * | | aoe: assert AoE packets marked as requiring no checksumEd Cashin2012-09-201-0/+1
| * | | at91ether: return PTR_ERR if call to clk_get failsDevendra Naga2012-09-201-1/+1
| * | | xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-09-201-4/+5
| * | | xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-09-202-6/+27
| * | | xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-09-201-0/+1
| * | | xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-09-201-0/+1
| * | | xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-09-201-0/+1
| * | | xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-09-201-1/+1
| * | | net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200Bjørn Mork2012-09-201-3/+8
| * | | tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin2012-09-201-3/+10
| * | | net/core: fix comment in skb_try_coalesceLi RongQing2012-09-191-1/+3
| * | | asix: Support DLink DUB-E100 H/W Ver C1Søren holm2012-09-191-0/+4
| * | | pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-09-191-1/+4
| * | | tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-09-191-2/+8
| * | | batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing2012-09-191-3/+3
| * | | e1000: Small packets may get corrupted during padding by HWTushar Dave2012-09-181-0/+11
| * | | xfrm: fix a read lock imbalance in make_blackholeLi RongQing2012-09-181-1/+1
| * | | tcp: fix regression in urgent data handlingEric Dumazet2012-09-181-3/+2
| * | | net: fix memory leak on oom with zerocopyMichael S. Tsirkin2012-09-181-1/+1
| * | | netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov2012-09-181-0/+4
| * | | bnx2x: fix rx checksum validation for IPv6Michal Schmidt2012-09-181-5/+7
| * | | xfrm_user: return error pointer instead of NULL #2Mathias Krause2012-09-181-2/+4
| * | | xfrm_user: return error pointer instead of NULLMathias Krause2012-09-181-2/+4
| * | | ipv6: use DST_* macro to set obselete fieldNicolas Dichtel2012-09-181-3/+3
| * | | ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-183-29/+12
| * | | xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel2012-09-182-0/+2
| * | | netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2012-09-183-8/+12
| * | | net: rt_cache_flush() cleanupEric Dumazet2012-09-181-17/+2
| * | | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-187-35/+22
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-1712-24/+46
| |\ \ \