summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: add might_sleep() call to napi_disableJacob Keller2013-10-291-0/+1
* vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis2013-10-291-0/+11
* ipv6: Remove privacy config option.David S. Miller2013-10-282-6/+1
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-251-1/+1
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-251-1/+0
* inet: remove old fragmentation hash initializingHannes Frederic Sowa2013-10-231-0/+4
* ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-231-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-2325-94/+109
|\
| * Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-10-231-0/+6
| |\
| | * IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud2013-10-211-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-2310-19/+38
| |\ \
| | * | mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni2013-10-211-1/+1
| | * | ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-211-4/+2
| | * | ipv6: always prefer rt6i_gateway if presentJulian Anastasov2013-10-211-1/+1
| | * | net: fix cipso packet validation when !NETLABELSeif Mazareeb2013-10-191-2/+4
| | * | yam: integer underflow in yam_ioctl()Dan Carpenter2013-10-171-1/+1
| | * | net: dst: provide accessor function to dst->xfrmVlad Yasevich2013-10-171-0/+12
| * | | Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-10-221-0/+1
| |\ \ \
| | * \ \ Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2013-10-181-0/+1
| | |\ \ \
| | | * | | ASoC: rcar: fixup generation checkerKuninori Morimoto2013-10-111-0/+1
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-10-221-0/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge tag 'drm-intel-fixes-2013-10-21' of git://people.freedesktop.org/~danve...Dave Airlie2013-10-226-4/+55
| | |\| | |
| | * | | | drm: Pad drm_mode_get_connector to 64-bit boundaryChris Wilson2013-10-181-0/+2
| * | | | | Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-181-7/+0
| |\ \ \ \ \
| | * | | | | ACPI / PM: Drop two functions that are not used any moreRafael J. Wysocki2013-10-171-7/+0
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-172-2/+4
| |\ \ \ \ \
| | * | | | | usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck2013-10-171-1/+1
| | * | | | | usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-161-1/+3
| | | |_|/ / | | |/| | |
| * | | | | mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-162-43/+14
| * | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-10-151-14/+0
| |\ \ \ \ \
| | * | | | | Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski2013-10-151-14/+0
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-10-142-6/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg2013-10-101-1/+1
| | * | | | mlx5: Fix layout of struct mlx5_init_segEli Cohen2013-10-101-1/+1
| | * | | | mlx5: Remove checksum on command interface commandsEli Cohen2013-10-102-4/+2
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-10-131-3/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/lin...Olof Johansson2013-10-131-3/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | ARM: dts: Fix pinctrl mask for omap3Tony Lindgren2013-10-081-3/+1
| * | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-121-0/+15
| |\ \ \ \ \ \
| | * | | | | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-0/+15
| * | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-10-111-7/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Revert "i915: Update VGA arbiter support for newer devices"Dave Airlie2013-10-111-7/+0
| | |/ / / /
| * | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-102-0/+15
| |\ \ \ \ \
| | * | | | | random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2013-10-101-0/+14
| | * | | | | random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-09-231-0/+1
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-081-1/+23
| |\ \ \ \ \ \
| | * | | | | | perf: Fix perf_pmu_migrate_contextPeter Zijlstra2013-10-041-1/+23
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-10-071-0/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | HID: uhid: allocate static minorDavid Herrmann2013-09-261-0/+1
| * | | | | | | Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-10-041-1/+1
| |\ \ \ \ \ \ \