netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-03 20:08:13 to 2018-01-04 11:21:12 UTC [more...]

xfrm: Return error on unknown switch in init_state
 2018-01-04 11:21 UTC 

[PATCH] xfrm: init skb_head lock for transport-mode packets
 2018-01-04 11:20 UTC  (3+ messages)

[PATCH] net: core: fix module type in sock_diag_bind
 2018-01-04 11:09 UTC 

net: core: fix module type in sock_diag_bind
 2018-01-04 11:05 UTC 

KASAN: use-after-free Read in ip6_xmit
 2018-01-04 10:58 UTC 

[PATCH net-next 0/4] l2tp: remove configurable offset parameters
 2018-01-04 10:32 UTC  (7+ messages)
` [PATCH net-next 1/4] l2tp: revert "l2tp: add peer_offset parameter"
` [PATCH net-next 2/4] l2tp: revert "l2tp: fix missing print session offset info"
` [PATCH net-next 3/4] l2tp: remove configurable payload offset
` [PATCH net-next 4/4] l2tp: add comment in API header that L2TP_ATTR_OFFSET is not used

libaio: resurrect aio poll and add io_pgetevents support
 2018-01-04 10:29 UTC  (9+ messages)
` [PATCH 1/6] resurrect aio poll support
` [PATCH 2/6] move _body_io_syscall to the generic syscall.h
` [PATCH 3/6] provide a generic io_syscall6
` [PATCH 4/6] move the aio_ring defintion and empty check into a header
` [PATCH 5/6] add support for io_pgetevents
` [PATCH 6/6] add test for aio poll and io_pgetevents

[patch net-next v4 00/10] net: sched: allow qdiscs to share filter block instances
 2018-01-04 10:12 UTC  (14+ messages)

[PATCH net-next] net: dsa: lan9303: Fix error return code in lan9303_check_device()
 2018-01-04 10:04 UTC  (2+ messages)

[PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set
 2018-01-04  9:59 UTC  (3+ messages)

[PATCH bpf-next v3 1/3] libbpf: add function to setup XDP
 2018-01-04  9:49 UTC  (9+ messages)
` [PATCH bpf-next v4 0/3] "
  ` [PATCH bpf-next v4 1/3] "
      ` [PATCH bpf-next v5 1/4] "
        ` [PATCH bpf-next v5 2/4] libbpf: add error reporting in XDP
        ` [PATCH bpf-next v5 3/4] libbpf: add missing SPDX-License-Identifier
        ` [PATCH bpf-next v5 4/4] samples/bpf: use bpf_set_link_xdp_fd

[net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-03
 2018-01-04  9:31 UTC  (17+ messages)
` [net-next 01/15] i40e: display priority_xon and priority_xoff stats
` [net-next 02/15] i40evf: don't rely on netif_running() outside rtnl_lock()
` [net-next 03/15] i40evf: use spinlock to protect (mac|vlan)_filter_list
` [net-next 04/15] i40evf: release bit locks in reverse order
` [net-next 05/15] i40evf: hold the critical task bit lock while opening
` [net-next 06/15] i40e: update VFs of link state after GET_VF_RESOURCES
` [net-next 07/15] i40e: add helper conversion function for link_speed
` [net-next 08/15] i40e/i40evf: Bump driver versions
` [net-next 09/15] i40e: remove redundant initialization of read_size
` [net-next 10/15] i40evf: Do not clear MSI-X PBA manually
` [net-next 11/15] i40evf: Clean-up flags for promisc mode to avoid high polling rate
` [net-next 12/15] i40evf: Drop i40evf_fire_sw_int as it is prone to races
` [net-next 13/15] i40e: change ppp name to ddp
` [net-next 14/15] i40e: track id can be 0
` [net-next 15/15] i40e: link_down_on_close private flag support

[PATCH] ethernet: mlx4: Delete an error message for a failed memory allocation in five functions
 2018-01-04  9:28 UTC  (7+ messages)
      `  "

[patch net-next v2 00/10] Add support for resource abstraction
 2018-01-04  9:24 UTC  (10+ messages)

[RFC PATCH] asm/generic: introduce if_nospec and nospec_barrier
 2018-01-04  9:16 UTC  (2+ messages)

aio poll, io_pgetevents and a new in-kernel poll API
 2018-01-04  9:09 UTC  (33+ messages)
` [PATCH 01/31] fs: update documentation for __poll_t
` [PATCH 02/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 03/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 04/31] net: add support for ->poll_mask in proto_ops
` [PATCH 05/31] net: remove sock_no_poll
` [PATCH 06/31] net/tcp: convert to ->poll_mask
` [PATCH 07/31] net/unix: "
` [PATCH 08/31] net: convert datagram_poll users tp ->poll_mask
` [PATCH 09/31] net/dccp: convert to ->poll_mask
` [PATCH 10/31] net/atm: "
` [PATCH 11/31] net/vmw_vsock: "
` [PATCH 12/31] net/tipc: "
` [PATCH 13/31] net/sctp: "
` [PATCH 14/31] net/bluetooth: "
` [PATCH 15/31] net/caif: "
` [PATCH 16/31] net/nfc: "
` [PATCH 17/31] net/phonet: "
` [PATCH 18/31] net/iucv: "
` [PATCH 19/31] net/rxrpc: "
` [PATCH 20/31] pipe: "
` [PATCH 21/31] eventfd: switch "
` [PATCH 22/31] timerfd: convert "
` [PATCH 23/31] aio: don't print the page size at boot time
` [PATCH 24/31] aio: remove an outdated comment in aio_complete
` [PATCH 25/31] aio: refactor read/write iocb setup
` [PATCH 26/31] aio: sanitize ki_list handling
` [PATCH 27/31] aio: simplify cancellation
` [PATCH 28/31] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 29/31] aio: add delayed cancel support
` [PATCH 30/31] aio: implement IOCB_CMD_POLL
` [PATCH 31/31] aio: implement io_pgetevents

[PATCH] bonding: Delete an error message for a failed memory allocation in bond_update_slave_arr()
 2018-01-04  8:19 UTC  (6+ messages)
  `  "
      ` bonding: Completion of error handling around bond_update_slave_arr()

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-04  8:05 UTC  (5+ messages)

[PATCH v5 00/39] Andes(nds32) Linux Kernel Port
 2018-01-04  7:57 UTC  (6+ messages)
` [PATCH v5 26/39] nds32: Device tree support
` [PATCH v5 32/39] dt-bindings: nds32 L2 cache controller Bindings

[PATCH net-next v2 00/10] net: qualcomm: rmnet: Enable csum offloads
 2018-01-04  7:44 UTC  (14+ messages)
` [PATCH net-next v2 01/10] net: qualcomm: rmnet: Remove redundant check when stamping map header
` [PATCH net-next v2 02/10] net: qualcomm: rmnet: Remove invalid condition while stamping mux id
` [PATCH net-next v2 03/10] net: qualcomm: rmnet: Remove unused function declaration
` [PATCH net-next v2 04/10] net: qualcomm: rmnet: Rename ingress data format to data format
` [PATCH net-next v2 05/10] net: qualcomm: rmnet: Set pacing rate
` [PATCH net-next v2 06/10] net: qualcomm: rmnet: Define the MAPv4 packet formats
` [PATCH net-next v2 07/10] net: qualcomm: rmnet: Add support for RX checksum offload
` [PATCH net-next v2 08/10] net: qualcomm: rmnet: Handle command packets with checksum trailer
` [PATCH net-next v2 09/10] net: qualcomm: rmnet: Add support for TX checksum offload
` [PATCH net-next v2 10/10] net: qualcomm: rmnet: Add support for GSO

[patch iproute2 v6 0/3] tc: Add -bs option to batch mode
 2018-01-04  7:34 UTC  (4+ messages)
` [patch iproute2 v6 1/3] lib/libnetlink: Add a function rtnl_talk_msg
` [patch iproute2 v6 2/3] tc: Add -bs option to batch mode
` [patch iproute2 v6 3/3] man: Add -bs option to tc manpage

[patch iproute2 v5 0/3] tc: Add -bs option to batch mode
 2018-01-04  7:32 UTC  (7+ messages)
` [patch iproute2 v5 1/3] lib/libnetlink: Add a function rtnl_talk_msg
` [patch iproute2 v5 2/3] tc: Add -bs option to batch mode

[PATCH net] tipc: fix missing rtnl lock protection during setting link properties
 2018-01-04  7:30 UTC  (3+ messages)

[PATCH net-next 0/2] tun: allow to attach eBPF filter
 2018-01-04  7:28 UTC  (6+ messages)
` [PATCH net-next 2/2] tun: allow to attach ebpf socket filter

[PATCH bpf-next 0/2] bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
 2018-01-04  7:27 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools/bpf: add a bpf selftest for stacktrace

[PATCH iproute2-next v1 0/9] RDMA resource tracking
 2018-01-04  7:01 UTC  (10+ messages)
` [PATCH iproute2-next v1 1/9] rdma: Add option to provide "-" sign for the port number
` [PATCH iproute2-next v1 2/9] rdma: Make visible the number of arguments
` [PATCH iproute2-next v1 5/9] rdma: Allow external usage of compare string routine
` [PATCH iproute2-next v1 6/9] rdma: Update kernel header file
` [PATCH iproute2-next v1 7/9] rdma: Add resource tracking summary
  ` [PATCH iproute2-next v1 3/9] rdma: Add filtering infrastructure
  ` [PATCH iproute2-next v1 4/9] rdma: Set pointer to device name position
  ` [PATCH iproute2-next v1 8/9] rdma: Add QP resource tracking information
` [PATCH iproute2-next v1 9/9] rdma: Document resource tracking

Issue with commit fea23fb591cc "net: phy: convert read-modify-write to phy_modify()"
 2018-01-04  7:00 UTC 

possible deadlock in ppp_dev_uninit
 2018-01-04  6:58 UTC 

KASAN: use-after-free Read in __dev_queue_xmit
 2018-01-04  6:53 UTC  (3+ messages)

[PATCH net-next 0/3] net: dsa: Move padding into Broadcom tagger
 2018-01-04  6:13 UTC  (4+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] net: systemport: Remove short packet padding
` [PATCH net-next 3/3] net: bgmac: Remove short packet padding for DSA

[PATCH net] net: dsa: b53: Turn off Broadcom tags for more switches
 2018-01-04  6:02 UTC 

[PATCHv4 0/2] capability controlled user-namespaces
 2018-01-04  5:53 UTC  (3+ messages)

[PATCH v3 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2018-01-04  5:16 UTC  (4+ messages)
` [PATCH v3 2/3] qemu: virtio-net: use 64-bit values for feature flags
` [PATCH net-next v3 1/3] virtio_net: propagate linkspeed/duplex settings from the hypervisor
` [PATCH v3 3/3] qemu: add linkspeed and duplex settings to virtio-net

[PATCH net v2 0/2] SCTP PMTU discovery fixes
 2018-01-04  4:52 UTC  (4+ messages)
` [PATCH net v2 1/2] sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
` [PATCH net v2 2/2] sctp: fix the handling of ICMP Frag Needed for too small MTUs

b53 tags on bpi-r1 (bcm53125)
 2018-01-04  4:49 UTC  (13+ messages)

[PATCH] openvswitch: Trim off padding before L3 conntrack processing
 2018-01-04  3:49 UTC  (4+ messages)
` [PATCH v2] openvswitch: Trim off padding before L3+ netfilter processing

[PATCH] igb: Delete an error message for a failed memory allocation in igb_enable_sriov()
 2018-01-04  3:41 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next V2 0/2] XDP transmission for tuntap
 2018-01-04  3:14 UTC  (3+ messages)
` [PATCH net-next V2 1/2] tun/tap: use ptr_ring instead of skb_array
` [PATCH net-next V2 2/2] tuntap: XDP transmission

"lockless" qdisc breaks tx_queue_len change too?
 2018-01-04  3:03 UTC  (4+ messages)

[PATCH net,stable 1/1] net: fec: free/restore resource in related probe error pathes
 2018-01-04  2:47 UTC 

[PATCH net-next 1/2] ip: do not set RFS core on error queue reads
 2018-01-04  2:47 UTC  (2+ messages)
` [PATCH net-next 2/2] net: revert "Update RFS target at poll for tcp/udp"

[PATCH v3 net,stable 0/2] net: fec: clean up in the cases of probe error
 2018-01-04  2:25 UTC  (5+ messages)
` [PATCH v3 net,stable 1/2] net: fec: restore dev_id "
` [PATCH v3 net,stable 2/2] net: fec: defer probe if regulator is not ready

[PATCH v2 net,stable 0/2] net: fec: clean up in the cases of probe error
 2018-01-04  2:20 UTC  (4+ messages)

[net-next PATCH 1/2] bpf: sockmap remove unused function
 2018-01-04  1:57 UTC  (2+ messages)
` [net-next PATCH 2/2] bpf: only build sockmap with CONFIG_INET

[PATCH] net/mlx5e: hide an unused variable
 2018-01-04  1:04 UTC  (2+ messages)

[wireless-testsing2:master 1/4] drivers/net/netdevsim/bpf.c:130:14: sparse: incompatible types for 'case' statement
 2018-01-04  1:02 UTC  (2+ messages)

[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
 2018-01-04  0:22 UTC  (6+ messages)

WARNING in sk_stream_kill_queues (2)
 2018-01-03 23:44 UTC  (2+ messages)

KASAN: slab-out-of-bounds Write in tcp_v6_syn_recv_sock
 2018-01-03 23:31 UTC  (4+ messages)

[RFC PATCH net-next 00/19] ipv6: Align nexthop behaviour with IPv4
 2018-01-03 23:08 UTC  (11+ messages)
` [RFC PATCH net-next 03/19] ipv6: Clear nexthop flags upon netdev up

Linux ECN Handling
 2018-01-03 22:21 UTC  (30+ messages)

uapi/if_ether.h: prevent redefinition of struct ethhdr
 2018-01-03 22:14 UTC 

[PATCH net] ipv6: fix general protection fault in fib6_add()
 2018-01-03 22:11 UTC 

[PATCHv5 0/3] Socionext Synquacer NETSEC driver
 2018-01-03 21:37 UTC  (4+ messages)
` [PATCHv5 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec

[PATCH v17 0/4] Replace PCI pool by DMA pool API
 2018-01-03 21:34 UTC  (3+ messages)

[PATCH] RDS: null pointer dereference in rds_atomic_free_op
 2018-01-03 21:19 UTC  (2+ messages)

dst refcount is -1
 2018-01-03 21:14 UTC  (4+ messages)

[PATCH] rtlwifi: rtl8723de: Add firmware for new driver/device
 2018-01-03 20:58 UTC  (2+ messages)

[PATCH 0/2] Ether fixes for the SolutionEngine771x boards
 2018-01-03 20:57 UTC  (2+ messages)

[PATCH 0/2] wireless: libertas_tf: Adjustments for three function implementations
 2018-01-03 20:13 UTC  (3+ messages)
` [PATCH 1/2] wireless: libertas_tf: Delete an error message for a failed memory allocation in __if_usb_submit_rx_urb()
  ` [PATCH 2/2] wireless: libertas_tf: Improve a size determination in two functions

[PATCH 1/2] SolutionEngine771x: fix Ether platform data
 2018-01-03 20:08 UTC 

[PATCH 2/2] SolutionEngine771x: add Ether TSU resource
 2018-01-03 20:08 UTC 


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).