All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-01 21:49:45 to 2013-11-01 22:34:41 UTC [more...]

[PATCH 3.10 00/54] 3.10.18-stable review
 2013-11-01 22:04 UTC  (40+ messages)
` [PATCH 3.10 01/54] tcp: TSO packets automatic sizing
` [PATCH 3.10 05/54] tcp: fix incorrect ca_state in tail loss probe
` [PATCH 3.10 06/54] net: do not call sock_put() on TIMEWAIT sockets
` [PATCH 3.10 10/54] net: mv643xx_eth: fix orphaned statistics timer crash
` [PATCH 3.10 13/54] ipv4: fix ineffective source address selection
` [PATCH 3.10 17/54] net: vlan: fix nlmsg size calculation in vlan_get_size()
` [PATCH 3.10 21/54] unix_diag: fix info leak
` [PATCH 3.10 23/54] bnx2x: record rx queue for LRO packets
` [PATCH 3.10 24/54] virtio-net: dont respond to cpu hotplug notifier if were not ready
` [PATCH 3.10 25/54] virtio-net: fix the race between channels setting and refill
` [PATCH 3.10 27/54] bridge: Correctly clamp MAX forward_delay when enabling STP
` [PATCH 3.10 28/54] net: dst: provide accessor function to dst->xfrm
` [PATCH 3.10 29/54] sctp: Use software crc32 checksum when xfrm transform will happen
` [PATCH 3.10 30/54] sctp: Perform software checksum if packet has to be fragmented
` [PATCH 3.10 31/54] wanxl: fix info leak in ioctl
` [PATCH 3.10 32/54] be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
` [PATCH 3.10 33/54] net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race
` [PATCH 3.10 34/54] net: fix cipso packet validation when !NETLABEL
` [PATCH 3.10 35/54] inet: fix possible memory corruption with UDP_CORK and UFO
` [PATCH 3.10 36/54] ipv6: always prefer rt6i_gateway if present
` [PATCH 3.10 37/54] ipv6: fill rt6i_gateway with nexthop address
` [PATCH 3.10 38/54] netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helper
` [PATCH 3.10 39/54] ipv6: probe routes asynchronous in rt6_probe
` [PATCH 3.10 40/54] davinci_emac.c: Fix IFF_ALLMULTI setup
` [PATCH 3.10 41/54] ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()
` [PATCH 3.10 42/54] ARM: integrator: deactivate timer0 on the Integrator/CP
` [PATCH 3.10 43/54] gpio/lynxpoint: check if the interrupt is enabled in IRQ handler
` [PATCH 3.10 44/54] dm snapshot: fix data corruption
` [PATCH 3.10 45/54] i2c: ismt: initialize DMA buffer
` [PATCH 3.10 46/54] mm: fix BUG in __split_huge_page_pmd
` [PATCH 3.10 47/54] ALSA: us122l: Fix pcm_usb_stream mmapping regression
` [PATCH 3.10 48/54] ALSA: hda - Fix inverted internal mic not indicated on some machines
` [PATCH 3.10 49/54] writeback: fix negative bdi max pause
` [PATCH 3.10 50/54] wireless: radiotap: fix parsing buffer overrun
` [PATCH 3.10 51/54] serial: vt8500: add missing braces
` [PATCH 3.10 52/54] USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well
` [PATCH 3.10 53/54] USB: serial: option: add support for Inovia SEW858 device
` [PATCH 3.10 54/54] usb: serial: option: blacklist Olivetti Olicard200

[PATCH 1/3] Bluetooth: btmrvl: use cal-data from device-tree instead of conf file
 2013-11-01 22:33 UTC  (8+ messages)
` [PATCH 3/3] Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocf

+ lglock-map-to-spinlock-when-config_smp.patch added to -mm tree
 2013-11-01 22:33 UTC 

btrfsck errors is it save to fix?
 2013-11-01 22:29 UTC 

[PATCH 3.11 00/66] 3.11.7-stable review
 2013-11-01 22:07 UTC  (69+ messages)
` [PATCH 3.11 01/66] tcp: TSO packets automatic sizing
` [PATCH 3.11 02/66] tcp: TSQ can use a dynamic limit
` [PATCH 3.11 03/66] tcp: must unclone packets before mangling them
` [PATCH 3.11 04/66] tcp: do not forget FIN in tcp_shifted_skb()
` [PATCH 3.11 05/66] tcp: fix incorrect ca_state in tail loss probe
` [PATCH 3.11 06/66] net: do not call sock_put() on TIMEWAIT sockets
` [PATCH 3.11 07/66] batman-adv: set up network coding packet handlers during module init
` [PATCH 3.11 08/66] l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
` [PATCH 3.11 09/66] l2tp: Fix build warning with ipv6 disabled
` [PATCH 3.11 10/66] net: mv643xx_eth: update statistics timer from timer context only
` [PATCH 3.11 11/66] net: mv643xx_eth: fix orphaned statistics timer crash
` [PATCH 3.11 12/66] net: heap overflow in __audit_sockaddr()
` [PATCH 3.11 13/66] sit: amend "allow to use rtnl ops on fb tunnel"
` [PATCH 3.11 14/66] proc connector: fix info leaks
` [PATCH 3.11 15/66] ipv4: fix ineffective source address selection
` [PATCH 3.11 16/66] can: dev: fix nlmsg size calculation in can_get_size()
` [PATCH 3.11 17/66] net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected
` [PATCH 3.11 18/66] xen-netback: Dont destroy the netdev until the vif is shut down
` [PATCH 3.11 19/66] net/mlx4_en: Rename name of mlx4_en_rx_alloc members
` [PATCH 3.11 20/66] net/mlx4_en: Fix pages never dma unmapped on rx
` [PATCH 3.11 21/66] net: vlan: fix nlmsg size calculation in vlan_get_size()
` [PATCH 3.11 22/66] bridge: update mdb expiration timer upon reports
` [PATCH 3.11 23/66] Revert "bridge: only expire the mdb entry when query is received"
` [PATCH 3.11 24/66] vti: get rid of nf mark rule in prerouting
` [PATCH 3.11 25/66] l2tp: must disable bh before calling l2tp_xmit_skb()
` [PATCH 3.11 26/66] netem: update backlog after drop
` [PATCH 3.11 27/66] netem: free skbs in tree on reset
` [PATCH 3.11 28/66] farsync: fix info leak in ioctl
` [PATCH 3.11 29/66] unix_diag: fix info leak
` [PATCH 3.11 30/66] connector: use nlmsg_len() to check message length
` [PATCH 3.11 31/66] bnx2x: record rx queue for LRO packets
` [PATCH 3.11 32/66] virtio-net: dont respond to cpu hotplug notifier if were not ready
` [PATCH 3.11 33/66] virtio-net: refill only when device is up during setting queues
` [PATCH 3.11 34/66] bridge: Correctly clamp MAX forward_delay when enabling STP
` [PATCH 3.11 35/66] net: dst: provide accessor function to dst->xfrm
` [PATCH 3.11 36/66] sctp: Use software crc32 checksum when xfrm transform will happen
` [PATCH 3.11 37/66] sctp: Perform software checksum if packet has to be fragmented
` [PATCH 3.11 38/66] wanxl: fix info leak in ioctl
` [PATCH 3.11 39/66] be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
` [PATCH 3.11 40/66] net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race
` [PATCH 3.11 41/66] net: fix cipso packet validation when !NETLABEL
` [PATCH 3.11 42/66] inet: fix possible memory corruption with UDP_CORK and UFO
` [PATCH 3.11 43/66] ipv6: always prefer rt6i_gateway if present
` [PATCH 3.11 44/66] ipv6: fill rt6i_gateway with nexthop address
` [PATCH 3.11 45/66] netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helper
` [PATCH 3.11 46/66] ipv6: probe routes asynchronous in rt6_probe
` [PATCH 3.11 47/66] davinci_emac.c: Fix IFF_ALLMULTI setup
` [PATCH 3.11 48/66] ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()
` [PATCH 3.11 49/66] ARM: integrator: deactivate timer0 on the Integrator/CP
` [PATCH 3.11 50/66] ext[34]: fix double put in tmpfile
` [PATCH 3.11 51/66] gpio/lynxpoint: check if the interrupt is enabled in IRQ handler
` [PATCH 3.11 52/66] dm snapshot: fix data corruption
` [PATCH 3.11 53/66] i2c: ismt: initialize DMA buffer
` [PATCH 3.11 54/66] mm: migration: do not lose soft dirty bit if page is in migration state
` [PATCH 3.11 55/66] mm/zswap: bugfix: memory leak when re-swapon
` [PATCH 3.11 56/66] mm: fix BUG in __split_huge_page_pmd
` [PATCH 3.11 57/66] ALSA: us122l: Fix pcm_usb_stream mmapping regression
` [PATCH 3.11 58/66] ALSA: hda - Fix inverted internal mic not indicated on some machines
` [PATCH 3.11 59/66] writeback: fix negative bdi max pause
` [PATCH 3.11 60/66] w1 - call request_module with w1 master mutex unlocked
` [PATCH 3.11 61/66] wireless: radiotap: fix parsing buffer overrun
` [PATCH 3.11 62/66] wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() call
` [PATCH 3.11 63/66] serial: vt8500: add missing braces
` [PATCH 3.11 64/66] USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well
` [PATCH 3.11 65/66] USB: serial: option: add support for Inovia SEW858 device
` [PATCH 3.11 66/66] usb: serial: option: blacklist Olivetti Olicard200

[PATCH v2 1/2] Bluetooth: btmrvl: use cal-data from device-tree instead of conf file
 2013-11-01 22:28 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copy

linux-next: manual merge of the dt-rh tree with the powerpc tree
 2013-11-01 22:27 UTC  (5+ messages)

[PATCH v2] can: add Renesas R-Car CAN driver
 2013-11-01 22:24 UTC  (3+ messages)

[PATCH RFC v2 00/10] Introduce Signature feature
 2013-11-01 22:23 UTC  (4+ messages)
` [PATCH RFC v2 02/10] IB/core: Introduce Signature Verbs API

Format specifier issue when building kernel
 2013-11-01 22:22 UTC  (9+ messages)

display problems since: drm/i915/dp: workaround BIOS eDP bpp clamping issue
 2013-11-01 22:18 UTC  (5+ messages)

Donation of Allwinner-based CubieTruck to anyone interested in developing & upstreaming
 2013-11-01 22:16 UTC  (4+ messages)

[PATCH 00/11] CPU enable method based SMP/hotplug + MSM conversion
 2013-11-01 22:08 UTC  (29+ messages)
` [PATCH 01/11] devicetree: bindings: Document cpu enable-method for ARM CPUs
` [PATCH 02/11] devicetree: bindings: Document Qualcomm cpus and enable-method
` [PATCH 03/11] devicetree: bindings: Document qcom,kpss-acc
` [PATCH 04/11] devicetree: bindings: Document qcom,saw2 node
` [PATCH 05/11] ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp
` [PATCH 06/11] ARM: msm: Remove pen_release usage
` [PATCH 07/11] ARM: msm: Re-organize platsmp to make it extensible
` [PATCH 08/11] ARM: msm: Add SMP support for KPSSv1
` [PATCH 09/11] ARM: msm: Add SMP support for KPSSv2
` [PATCH 10/11] ARM: dts: msm: Add nodes necessary for SMP boot
` [PATCH 11/11] ARM: msm: Remove nr_cpus detection logic

I GOT YOUR CONTACT... I WAIT OK!
 2013-10-30 16:13 UTC 

[PATCH] ipv6: remove the unnecessary statement in find_match()
 2013-11-01 22:08 UTC  (4+ messages)

[Bug 64475] New: Slow work and low brightness in Euro Track Simulator II game with HD6850
 2013-11-01 22:06 UTC  (2+ messages)
` [Bug 64475] Slow work and no brightness adjustment "

[pull] radeon drm-next-3.13
 2013-11-01 22:04 UTC  (2+ messages)

[meta-measured][PATCH 0/7] Update to latest oe-core/Poky
 2013-11-01 22:02 UTC  (8+ messages)
` [meta-measured][PATCH 1/7] trousers: Add libgcc as Runtime dependency
` [meta-measured][PATCH 2/7] linux-yocto: Update to 3.10 and set as default
` [meta-measured][PATCH 3/7] measured-image-bootimg: imstall mboot.c32 for iso
` [meta-measured][PATCH 4/7] measured-image-bootimg: add libcom32
` [meta-measured][PATCH 5/7] pcr-calc: Use site-packages instead of dist-packages
` [meta-measured][PATCH 6/7] init-boot-tpm.sh: Use aufs instead of unionfs for 3.10 kernel
` [meta-measured][PATCH 7/7] core-image-tpm: add kmod and udev-extraconf

[Buildroot] iconv: additional encodings
 2013-11-01 22:02 UTC  (4+ messages)

[PATCH] bnx2: Use dev_kfree_skb_any() in bnx2_tx_int()
 2013-11-01 22:01 UTC  (3+ messages)

+ drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch added to -mm tree
 2013-11-01 21:59 UTC 

[grub-devel] loongson-2f mini-pc (fuloong) elf image generation
 2013-11-01 21:59 UTC  (21+ messages)
` [PATCH] "

+ blk-mq-use-__smp_call_function_single-directly.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ kernel-use-lockless-list-for-smp_call_function_single.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ llists-move-llist_reverse_order-from-raid5-to-llistc-fix.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ llists-move-llist_reverse_order-from-raid5-to-llistc.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ kernel-fix-generic_exec_single-indication.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ kernel-provide-a-__smp_call_function_single-stub-for-config_smp.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ kernel-remove-config_use_generic_smp_helpers.patch added to -mm tree
 2013-11-01 21:58 UTC 

+ revert-softirq-add-support-for-triggering-softirq-work-on-softirqs.patch added to -mm tree
 2013-11-01 21:58 UTC 

[PATCH 0/8] tools lib traceevent: Add changes from trace-cmd repo
 2013-11-01 21:54 UTC  (9+ messages)
` [PATCH 1/8] tools lib traceevent: Add support for extracting trace_clock in report
` [PATCH 2/8] tools lib traceevent: Update printk formats when entered
` [PATCH 3/8] tools lib traceevent: If %s is a pointer, check printk formats
` [PATCH 4/8] tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)
` [PATCH 5/8] tools lib traceevent: Have bprintk output the same as the kernel does
` [PATCH 6/8] tools lib traceevent: Check for spaces in character array
` [PATCH 7/8] tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual events
` [PATCH 8/8] tools lib traceevent: Add pevent_print_func_field() helper function

[PATCH v2 0/4] Exynos 5410 Dual cluster support
 2013-11-01 21:52 UTC  (4+ messages)
` [PATCH v2 1/4] ARM: EXYNOS: Add support for EXYNOS5410 SoC

[ 00/32] 3.4.68-stable review
 2013-11-01 21:43 UTC  (8+ messages)
` [ 01/32] tcp: must unclone packets before mangling them
` [ 02/32] tcp: do not forget FIN in tcp_shifted_skb()
` [ 04/32] net: mv643xx_eth: update statistics timer from timer context only
` [ 07/32] proc connector: fix info leaks
` [ 09/32] can: dev: fix nlmsg size calculation in can_get_size()
` [ 10/32] ipv6: restrict neighbor entry creation to output flow
` [ 11/32] bridge: Correctly clamp MAX forward_delay when enabling STP


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.