summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-09-02usb: phy: samsung: remove old common USB PHY codeBartlomiej Zolnierkiewicz1-27/+0
2014-09-02security: Silence shadow warningMark Rustad1-1/+1
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-09-02udp: Add support for doing checksum unnecessary conversionTom Herbert1-1/+15
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert2-0/+40
2014-09-02net: Support for csum_bad in skbuffTom Herbert2-2/+23
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-2/+2
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-0/+1
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-4/+5
2014-09-02net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+8
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner1-5/+0
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner1-0/+8
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner1-0/+10
2014-09-01PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki1-0/+4
2014-09-01regulator: max1586: add device-tree supportRobert Jarzmik1-1/+1
2014-09-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+11
2014-08-31Merge tag 'spi-v3.17-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2014-08-30Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/...Mark Brown1-0/+7
2014-08-30net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-14/+12
2014-08-30net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-23/+51
2014-08-30net: Allocate a new 16 bits for flags in skbuffTom Herbert1-0/+4
2014-08-30include/linux/phonedev.h: Remove unused headerRasmus Villemoes1-25/+0
2014-08-30include/linux/i82593.h: Remove unused headerRasmus Villemoes1-229/+0
2014-08-30include/linux/cycx_x25.h: Remove unused headerRasmus Villemoes1-125/+0
2014-08-30net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz1-0/+3
2014-08-30net: add skb_get_tx_queue() helperDaniel Borkmann1-0/+6
2014-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+25
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-2/+2
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini2-6/+14
2014-08-29regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner1-0/+20
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot1-1/+2
2014-08-29jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong1-5/+25
2014-08-29NFSD: Update some as-yet unused 4.2 error codesAnna Schumaker1-1/+2
2014-08-28ARM: tegra: remove unused tegra_emc.hRasmus Villemoes1-34/+0
2014-08-28treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer1-1/+1
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-0/+11
2014-08-28regulator: fix kernel-doc warnings in header filesRandy Dunlap2-0/+3
2014-08-28dma-buf/fence: Fix one more kerneldoc warningThierry Reding1-0/+1
2014-08-28net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli1-0/+2
2014-08-28net: phy: broadcom: add new Broadcom OUIFlorian Fainelli1-1/+1
2014-08-28net: phy: broadcom: fix PHY_BCM_OUI_4Florian Fainelli1-1/+1
2014-08-28net: dsa: allow switches to work without taggingFlorian Fainelli1-3/+3
2014-08-28net: phy: provide stub for fixed_phy_set_link_updateFlorian Fainelli1-8/+9
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli1-16/+12
2014-08-28net: Update sk_buff flag bit availability comment.David S. Miller1-1/+1
2014-08-28KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall1-0/+2
2014-08-27param: check for tainting before calling set op.Rusty Russell1-16/+0
2014-08-27module: add module_param_unsafe and module_param_named_unsafeJani Nikula1-0/+18
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula1-9/+35