messages from 2017-12-30 21:08:23 to 2018-01-02 09:15:54 UTC [more...]
[PATCH net 0/2] IB/ipoib: ip link support
2018-01-02 9:15 UTC (10+ messages)
` [PATCH net 1/2] rtnl: device allocation/free via rtnl_link_ops
` [rtnl] b1585bdfb2: kernel_BUG_at_net/core/dev.c
` [PATCH net 2/2] IB/ipoib: Fix netlink support in IPoIB
[PATCH v5 00/39] Andes(nds32) Linux Kernel Port
2018-01-02 8:25 UTC (40+ messages)
` [PATCH v5 01/39] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
` [PATCH v5 02/39] openrisc: add ioremap_nocache declaration before include asm-generic/io.h and sync ioremap prototype with it
` [PATCH v5 03/39] sparc: io: To use the define of ioremap_[nocache|wc|wb] in asm-generic/io.h
` [PATCH v5 06/39] nds32: Kernel booting and initialization
` [PATCH v5 27/39] nds32: Miscellaneous header files
` [PATCH v5 31/39] dt-bindings: nds32 CPU Bindings
` [PATCH v5 04/39] earlycon: add reg-offset to physical address before mapping
` [PATCH v5 05/39] nds32: Assembly macros and definitions
` [PATCH v5 07/39] nds32: Exception handling
` [PATCH v5 08/39] nds32: MMU definitions
` [PATCH v5 09/39] nds32: MMU initialization
` [PATCH v5 10/39] nds32: MMU fault handling and page table management
` [PATCH v5 11/39] nds32: Cache and TLB routines
` [PATCH v5 12/39] nds32: Process management
` [PATCH v5 13/39] nds32: IRQ handling
` [PATCH v5 14/39] nds32: Atomic operations
` [PATCH v5 15/39] nds32: Device specific operations
` [PATCH v5 16/39] nds32: DMA mapping API
` [PATCH v5 17/39] nds32: ELF definitions
` [PATCH v5 18/39] nds32: System calls handling
` [PATCH v5 19/39] nds32: VDSO support
` [PATCH v5 20/39] nds32: Signal handling support
` [PATCH v5 21/39] nds32: Library functions
` [PATCH v5 22/39] nds32: Debugging support
` [PATCH v5 23/39] nds32: L2 cache support
` [PATCH v5 24/39] nds32: Loadable modules
` [PATCH v5 25/39] nds32: Generic timers support
` [PATCH v5 26/39] nds32: Device tree support
` [PATCH v5 28/39] nds32: defconfig
` [PATCH v5 29/39] nds32: Build infrastructure
` [PATCH v5 30/39] MAINTAINERS: Add nds32
` [PATCH v5 32/39] dt-bindings: nds32 L2 cache controller Bindings
` [PATCH v5 33/39] dt-bindings: nds32 SoC Bindings
` [PATCH v5 34/39] dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Controller
` [PATCH v5 35/39] irqchip: Andestech Internal Vector Interrupt Controller driver
` [PATCH v5 36/39] net: faraday add nds32 support
` [PATCH v5 37/39] clocksource/drivers/atcpit100: Add andestech atcpit100 timer
` [PATCH v5 38/39] clocksource/drivers/atcpit100: VDSO support
` [PATCH v5 39/39] dt-bindings: timer: Add andestech atcpit100 timer binding doc
[PATCH 2/2] sh_eth: kill redundant check in the probe() method
2018-01-02 7:54 UTC (2+ messages)
[PATCH 1/2] ravb: kill redundant check in the probe() method
2018-01-02 7:52 UTC (2+ messages)
Linux ECN Handling
2018-01-02 7:43 UTC (26+ messages)
[PATCH 0/2] tests: fix issues in autopkgtest environment
2018-01-02 7:28 UTC (3+ messages)
` [PATCH 1/2] tests: read limited amount from /dev/urandom
` [PATCH 2/2] tests: make sure rand_dev suffix has 6 chars
[PATCH net-next] cxgb4: collect TX rate limit info in UP CIM logs
2018-01-02 7:18 UTC
[PATCH v3 bpf-next 00/11] bpf: More sock_ops callbacks
2018-01-02 4:01 UTC (13+ messages)
` [PATCH v3 bpf-next 01/11] bpf: Make SOCK_OPS_GET_TCP size independent
` [PATCH v3 bpf-next 02/11] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH v3 bpf-next 03/11] bpf: Add write access to tcp_sock and sock fields
` [PATCH v3 bpf-next 04/11] bpf: Support passing args to sock_ops bpf function
` [PATCH v3 bpf-next 05/11] bpf: Adds field bpf_sock_ops_flags to tcp_sock
` [PATCH v3 bpf-next 06/11] bpf: Add sock_ops RTO callback
` [PATCH v3 bpf-next 07/11] bpf: Add support for reading sk_state and more
` [PATCH v3 bpf-next 08/11] bpf: Add sock_ops R/W access to tclass & sk_txhash
` [PATCH v3 bpf-next 09/11] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH v3 bpf-next 10/11] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH v3 bpf-next 11/11] bpf: add selftest for tcpbpf
[PATCH] flex_can: Correct the checking for frame length in flexcan_start_xmit()
2018-01-02 3:44 UTC
[bpf-next V3 PATCH 00/14] xdp: new XDP rx-queue info concept
2018-01-02 3:38 UTC (18+ messages)
` [bpf-next V3 PATCH 01/14] xdp: base API for "
` [bpf-next V3 PATCH 02/14] xdp/mlx5: setup xdp_rxq_info
` [bpf-next V3 PATCH 03/14] i40e: "
` [Intel-wired-lan] "
` [bpf-next V3 PATCH 04/14] ixgbe: "
` [bpf-next V3 PATCH 05/14] xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_reg
` [bpf-next V3 PATCH 06/14] mlx4: setup xdp_rxq_info
` [bpf-next V3 PATCH 07/14] bnxt_en: "
` [bpf-next V3 PATCH 08/14] nfp: "
` [bpf-next V3 PATCH 09/14] thunderx: "
` [bpf-next V3 PATCH 10/14] tun: "
` [bpf-next V3 PATCH 11/14] virtio_net: "
` [bpf-next V3 PATCH 12/14] xdp: generic XDP handling of xdp_rxq_info
` [bpf-next V3 PATCH 13/14] bpf: finally expose xdp_rxq_info to XDP bpf-programs
` [bpf-next V3 PATCH 14/14] samples/bpf: program demonstrating access to xdp_rxq_info
[PATCH net-next 0/2] XDP transmission for tuntap
2018-01-02 3:32 UTC (9+ messages)
` [PATCH net-next 2/2] tuntap: XDP transmission
[PATCH net-next 0/2] tun: allow to attach eBPF filter
2018-01-02 3:28 UTC (4+ messages)
` [PATCH net-next 2/2] tun: allow to attach ebpf socket filter
ACPI issues on cold power on [bisected]
2018-01-02 2:54 UTC (2+ messages)
[PATCH] ethernet: mlx4: Delete an error message for a failed memory allocation in five functions
2018-01-01 20:46 UTC
[PATCH] ethernet/mediatek: Delete an error message for a failed memory allocation in mtk_add_mac()
2018-01-01 20:15 UTC
[PATCH] igb: Delete an error message for a failed memory allocation in igb_enable_sriov()
2018-01-01 19:56 UTC
[PATCH] i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()
2018-01-01 19:43 UTC
[PATCH] ehea: Delete an error message for a failed memory allocation in two functions
2018-01-01 19:17 UTC
[PATCH v4] uapi libc compat: add fallback for unsupported libcs
2018-01-01 18:33 UTC
[PATCH] net: hns: Delete an error message for a failed memory allocation in hns_rcb_common_get_cfg()
2018-01-01 18:19 UTC
[PATCH 0/2] benet: Adjustments for two function implementations
2018-01-01 17:54 UTC (3+ messages)
` [PATCH 1/2] benet: Delete an error message for a failed memory allocation in be_alloc_work()
` [PATCH 2/2] benet: Delete an unnecessary return statement in be_work_add_vxlan_port()
[PATCH] LiquidIO: Delete two error messages for a failed memory allocation in octeon_setup_interrupt()
2018-01-01 17:18 UTC
[PATCH] net: systemport: Delete an error message for a failed memory allocation in two functions
2018-01-01 16:54 UTC
[PATCH] bcm63xx_enet: Delete two error messages for a failed memory allocation in bcm_enetsw_open()
2018-01-01 16:40 UTC
[PATCH] bonding: Delete an error message for a failed memory allocation in bond_update_slave_arr()
2018-01-01 16:07 UTC
[patch net-next v2 00/10] Add support for resource abstraction
2018-01-01 14:58 UTC (11+ messages)
[PATCH net-next 5/6] arm64: dts: marvell: mcbin: enable the fourth network interface
2018-01-01 13:25 UTC (14+ messages)
` [EXT] "
[PATCH RESEND] bpf: fix bad include in libbpf when srctree is set
2018-01-01 12:36 UTC
[PATCH] qed: Use zeroing memory allocator than allocator/memset
2018-01-01 12:07 UTC (2+ messages)
[PATCH net] tipc: fix missing rtnl lock protection during setting link properties
2018-01-01 10:24 UTC
[net-next: PATCH v2 0/5] Armada 7k/8k PP2 ACPI support
2018-01-01 10:10 UTC (10+ messages)
` [net-next: PATCH v2 1/5] device property: Introduce fwnode_get_mac_address()
` [net-next: PATCH v2 2/5] device property: Introduce fwnode_get_phy_mode()
` [net-next: PATCH v2 3/5] net: mvpp2: simplify maintaining enabled ports' list
` [net-next: PATCH v2 4/5] net: mvpp2: use device_*/fwnode_* APIs instead of of_*
` [net-next: PATCH v2 5/5] net: mvpp2: enable ACPI support in the driver
[PATCHv5 0/3] Socionext Synquacer NETSEC driver
2018-01-01 5:15 UTC (4+ messages)
` [PATCHv5 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec
` [PATCHv5 2/3] net: socionext: Add Synquacer NetSec driver
` [PATCHv5 3/3] MAINTAINERS: Add entry for Socionext ethernet driver
[PATCH for-4.14.y 0/5] e1000e: Upstream fixes for linux-4.14.y
2018-01-01 3:53 UTC
[PATCH] rds: fix use-after-free read in rds_find_bound
2017-12-31 22:30 UTC (7+ messages)
[PATCH] ppp: Delete an error message for a failed memory allocation in three functions
2017-12-31 21:30 UTC
[PATCH] smsc95xx: Delete an error message for a failed memory allocation in smsc95xx_suspend()
2017-12-31 21:11 UTC
suspicious RCU usage at net/tipc/bearer.c:LINE
2017-12-31 18:58 UTC
[PATCH 0/2] Kill redundant checks in the Renesas Ethernet drivers
2017-12-31 18:41 UTC
[RFC PATCH net-next 00/19] ipv6: Align nexthop behaviour with IPv4
2017-12-31 16:15 UTC (20+ messages)
` [RFC PATCH net-next 01/19] ipv6: Remove redundant route flushing during namespace dismantle
` [RFC PATCH net-next 02/19] ipv6: Mark dead nexthops with appropriate flags
` [RFC PATCH net-next 03/19] ipv6: Clear nexthop flags upon netdev up
` [RFC PATCH net-next 04/19] ipv6: Prepare to handle multiple netdev events
` [RFC PATCH net-next 05/19] ipv6: Set nexthop flags upon carrier change
` [RFC PATCH net-next 06/19] ipv6: Set nexthop flags during route creation
` [RFC PATCH net-next 07/19] ipv6: Check nexthop flags during route lookup instead of carrier
` [RFC PATCH net-next 08/19] ipv6: Check nexthop flags in route dump "
` [RFC PATCH net-next 09/19] ipv6: Ignore dead routes during lookup
` [RFC PATCH net-next 10/19] ipv6: Report dead flag during route dump
` [RFC PATCH net-next 11/19] ipv6: Add explicit flush indication to routes
` [RFC PATCH net-next 12/19] ipv6: Teach tree walker to skip multipath routes
` [RFC PATCH net-next 13/19] ipv6: Flush all sibling routes upon NETDEV_UNREGISTER
` [RFC PATCH net-next 14/19] ipv6: Export sernum update function
` [RFC PATCH net-next 15/19] ipv6: Take table lock outside of "
` [RFC PATCH net-next 16/19] ipv6: Flush multipath routes when all siblings are dead
` [RFC PATCH net-next 17/19] selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
` [RFC PATCH net-next 18/19] selftests: fib_tests: Add test cases for netdev down
` [RFC PATCH net-next 19/19] selftests: fib_tests: Add test cases for netdev carrier change
suspicious RCU usage at ./include/linux/rcupdate.h:LINE (2)
2017-12-31 16:09 UTC (3+ messages)
` [PATCH ipsec] xfrm: fix rcu usage in xfrm_get_type_offload
[PATCH bpf-next v3 0/9] bpf: offload: report device back to user space (take 2)
2017-12-31 16:01 UTC (2+ messages)
GREETINGS,
2017-12-31 13:56 UTC
[PATCH] liquidio: Use zeroing memory allocator than allocator/memset
2017-12-31 12:27 UTC
[PATCH] brcmfmac: Use zeroing memory allocator than allocator/memset
2017-12-31 12:07 UTC (2+ messages)
[PATCH v2 bpf-next 00/11]
2017-12-31 11:20 UTC (4+ messages)
` [PATCH v2 bpf-next 06/11] bpf: Add sock_ops RTO callback
[PATCH bpf-next v3 1/3] libbpf: add function to setup XDP
2017-12-31 11:20 UTC (4+ messages)
` [PATCH bpf-next v4 0/3] "
` [PATCH bpf-next v4 2/3] libbpf: add error reporting in XDP
[PATCH net-next 0/7] Resolve races in phy accessors
2017-12-31 10:07 UTC (4+ messages)
` [PATCH net-next 4/7] net: phy: add paged phy register accessors
general protection fault in skb_segment
2017-12-31 9:52 UTC (7+ messages)
[PATCH net-next 0/4] mlx4 misc for 4.16
2017-12-31 8:29 UTC (3+ messages)
[PATCH] af_key: fix buffer overread in parse_exthdrs()
2017-12-31 7:52 UTC (2+ messages)
KMSAN reports use of uninitialized memory in pfkey_sendmsg()
2017-12-31 7:51 UTC (3+ messages)
` [PATCH] af_key: fix buffer overread in verify_address_len()
KASAN: slab-out-of-bounds Read in xfrm_hash_rebuild
2017-12-31 7:50 UTC (3+ messages)
` [PATCH ipsec] xfrm: skip policies marked as dead while rehashing
xfrm: Forbid state updates from changing encap type
2017-12-31 7:49 UTC (2+ messages)
GREETINGS FROM MOHAMMED AHMED
2017-12-31 5:22 UTC
[PATCH net] ethtool: do not print warning for applications using legacy API
2017-12-31 3:56 UTC (2+ messages)
[PATCH v3 net-next 0/5] replace tcp_set_state tracepoint with inet_sock_set_state
2017-12-31 3:06 UTC (4+ messages)
` [PATCH v3 net-next 2/5] net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint
[PATCH V4 4/4] selinux: Add SCTP support
2017-12-30 23:16 UTC (2+ messages)
[PATCH V4 3/4] sctp: Add LSM hooks
2017-12-30 23:15 UTC (2+ messages)
[PATCH V4 2/4] sctp: Add ip option support
2017-12-30 23:15 UTC (2+ messages)
[PATCH V4 1/4] security: Add support for SCTP security hooks
2017-12-30 23:15 UTC (2+ messages)
[PATCH] wan/fsl_ucc_hdlc: Delete an error message for a failed memory allocation in ucc_hdlc_probe()
2017-12-30 21:30 UTC
[PATCH 0/2] at76c50x-usb: Adjustments for two function implementations
2017-12-30 21:08 UTC (2+ messages)
` [PATCH 2/2] at76c50x-usb: Improve size determinations in at76_usbdfu_download()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).