summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-03
* lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2013-11-03
* net: cdc_ncm: drop "extern" from header declarationsBjørn Mork2013-11-02
* net: cdc_ncm: remove descriptor pointersBjørn Mork2013-11-02
* net: cdc_ncm: remove ncm_parm fieldBjørn Mork2013-11-02
* net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork2013-11-02
* net: cdc_ncm: remove unused udev fieldBjørn Mork2013-11-02
* net: cdc_ncm: remove redundant netdev fieldBjørn Mork2013-11-02
* net: cdc_ncm: remove redundant endpoint pointersBjørn Mork2013-11-02
* net: cdc_ncm: remove redundant "intf" fieldBjørn Mork2013-11-02
* net: cdc_ncm: add include protection to cdc_ncm.hBjørn Mork2013-11-02
* net: add might_sleep() call to napi_disableJacob Keller2013-10-29
* ipv6: Remove privacy config option.David S. Miller2013-10-28
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-25
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-23
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-23
| |\
| | * yam: integer underflow in yam_ioctl()Dan Carpenter2013-10-17
| * | Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-17
| |\ \
| | * | usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck2013-10-17
| | * | usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-16
| * | | mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-16
| * | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-10-15
| |\ \ \
| | * | | Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski2013-10-15
| * | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-10-14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg2013-10-10
| | * | | mlx5: Fix layout of struct mlx5_init_segEli Cohen2013-10-10
| | * | | mlx5: Remove checksum on command interface commandsEli Cohen2013-10-10
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-12
| |\ \ \ \
| | * | | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-11
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-10-11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Revert "i915: Update VGA arbiter support for newer devices"Dave Airlie2013-10-11
| | | |/ / | | |/| |
| * | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-10
| |\ \ \ \
| | * | | | random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2013-10-10
| | * | | | random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-09-23
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-08
| |\ \ \ \ \
| | * | | | | perf: Fix perf_pmu_migrate_contextPeter Zijlstra2013-10-04
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-10-07
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | HID: uhid: allocate static minorDavid Herrmann2013-09-26
| * | | | | | Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-10-04
| |\ \ \ \ \ \
| | * | | | | | x86/iommu: correct ICS register offsetLi, Zhen-Hua2013-09-24
| | | |_|_|/ / | | |/| | | |
* | | | | | | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-21
* | | | | | | net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa2013-10-21
* | | | | | | net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-19
* | | | | | | static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2013-10-19
* | | | | | | ipip: add GSO/TSO supportEric Dumazet2013-10-19
* | | | | | | ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-19
* | | | | | | net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings2013-10-18
* | | | | | | net: refactor sk_page_frag_refill()Eric Dumazet2013-10-18
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-17
|\ \ \ \ \ \ \