netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-23 19:23:08 to 2018-01-24 12:48:33 UTC [more...]

[PATCH net-next] net/ipv6: Do not allow route add with a device that is down
 2018-01-24 12:48 UTC  (3+ messages)

[PATCH] igb: add VF trust infrastructure
 2018-01-24 12:09 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next 0/7] RDS zerocopy support
 2018-01-24 11:46 UTC  (8+ messages)
` [PATCH net-next 1/7] skbuff: export mm_[un]account_pinned_pages for other modules
` [PATCH net-next 2/7] rds: hold a sock ref from rds_message to the rds_sock
` [PATCH net-next 3/7] sock: permit SO_ZEROCOPY on PF_RDS socket
` [PATCH net-next 4/7] rds: support for zcopy completion notification
` [PATCH net-next 5/7] rds: zerocopy Tx support
` [PATCH net-next 6/7] selftests/net: add support for PF_RDS sockets
` [PATCH net-next 7/7] selftests/net: add zerocopy support for PF_RDS test case

[PATCH] net:l2tp: Allow MAC to be configured via netlink
 2018-01-24 12:04 UTC  (2+ messages)

[PATCH net-next 1/1] rtnetlink: request RTM_GETLINK by pid or fd
 2018-01-24 11:53 UTC  (5+ messages)
` [PATCH net-next 0/3] rtnetlink: enable IFLA_IF_NETNSID for RTM_{DEL,SET}LINK
  ` [PATCH net-next 1/3] rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
` [PATCH net-next 2/3] rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
` [PATCH net-next 3/3] rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK

[PATCH] cls_flower: check if filter is in HW before calling fl_hw_destroy_filter()
 2018-01-24 11:42 UTC 

[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
 2018-01-24 11:36 UTC  (15+ messages)
` [PATCH v6 07/36] nds32: Exception handling
` [PATCH v6 16/36] nds32: DMA mapping API
` [PATCH v6 20/36] nds32: Signal handling support

[iproute PATCH] ip-route: Propagate errors from parse_one_nh()
 2018-01-24 11:08 UTC  (4+ messages)

[PATCH net-next 0/1] rtnetlink: request RTM_GETLINK by pid or fd
 2018-01-24 11:03 UTC  (11+ messages)
` [PATCH net-next 1/1] "

[RFC net-next 0/8] use tc_can_offload_extack() throughout the drivers
 2018-01-24 10:25 UTC  (12+ messages)
` [RFC net-next 1/8] pkt_cls: make tc_can_offload_extack() check chain index
` [RFC net-next 2/8] bnxt: use tc_can_offload_cls()
` [RFC net-next 3/8] nfp: flower: "
` [RFC net-next 4/8] cxgb4: "
` [RFC net-next 5/8] ixgbe: "
` [RFC net-next 6/8] mlx5: "
` [RFC net-next 7/8] mlxsw: "
` [RFC net-next 8/8] cls_bpf: drivers: don't try to use extack before callback type is validated

[PATCH v3 bpf] bpf: introduce BPF_JIT_ALWAYS_ON config
 2018-01-24 10:10 UTC  (4+ messages)

SO_REUSEADDR semantics and bind conflicts
 2018-01-24 10:04 UTC 

[bpf-next PATCH v4 0/7] Series short description
 2018-01-24 10:04 UTC  (4+ messages)
` [bpf-next PATCH v4 2/7] bpf: add sendmsg option for testing BPF programs

BUG: 4.14.11 unable to handle kernel NULL pointer dereference in xfrm_lookup
 2018-01-24  9:59 UTC  (11+ messages)

[PATCH] net: make sure skb_dst is valid before using
 2018-01-24  9:49 UTC  (3+ messages)

pull request (net): ipsec 2018-01-24
 2018-01-24  9:47 UTC  (5+ messages)
` [PATCH 1/4] xfrm: Add SA to hardware at the end of xfrm_state_construct()
` [PATCH 2/4] xfrm: fix error flow in case of add state fails
` [PATCH 3/4] xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
` [PATCH 4/4] xfrm: fix boolean assignment in xfrm_get_type_offload

[PATCH bpf-next] selftests/bpf: make 'dubious pointer arithmetic' test useful
 2018-01-24  9:42 UTC  (2+ messages)

[PATCH net-next 0/6] net/smc: socket closing improvements
 2018-01-24  9:28 UTC  (7+ messages)
` [PATCH net-next 1/6] net/smc: use local struct sock variables consistently
` [PATCH net-next 2/6] net/smc: simplify function smc_clcsock_accept()
` [PATCH net-next 3/6] net/smc: get rid of tx_pend waits in socket closing
` [PATCH net-next 4/6] net/smc: make wait for work request uninterruptible
` [PATCH net-next 5/6] net/smc: improve state change handling after close wait
` [PATCH net-next 6/6] net/smc: continue waiting if peer signals write_shutdown

From: Mr.Ahmed Owain
 2018-01-24  9:16 UTC 

[PATCH 4.14-stable] xfrm: Fix a race in the xdst pcpu cache
 2018-01-24  9:13 UTC 

[PATCH net-next 00/12] net: sched: propagate extack to cls offloads on destroy and only with skip_sw
 2018-01-24  9:04 UTC  (15+ messages)
` [PATCH net-next 01/12] net: sched: propagate extack to cls->destroy callbacks
` [PATCH net-next 02/12] net: sched: prepare for reimplementation of tc_cls_common_offload_init()
` [PATCH net-next 03/12] cls_bpf: remove gen_flags from bpf_offload
` [PATCH net-next 04/12] cls_bpf: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 05/12] cls_bpf: propagate extack to offload delete callback
` [PATCH net-next 06/12] cls_matchall: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 07/12] cls_matchall: propagate extack to delete callback
` [PATCH net-next 08/12] cls_flower: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 09/12] cls_flower: propagate extack to delete callback
` [PATCH net-next 10/12] cls_u32: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 11/12] cls_u32: propagate extack to delete callback
` [PATCH net-next 12/12] net: sched: remove tc_cls_common_offload_init__()

[patch net] mlxsw: spectrum_router: Don't log an error on missing neighbor
 2018-01-24  9:02 UTC 

[RFC PATCH] e1000e: Remove Other from EIAC
 2018-01-24  8:35 UTC  (11+ messages)
` [Intel-wired-lan] "

[PATCH net-next 0/2] cxgb4: fix build error
 2018-01-24  8:01 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4: enable ZLIB_DEFLATE when building cxgb4
` [PATCH net-next 2/2] cxgb4: properly initialize variables

[PATCH bpf-next v8 00/12] bpf: More sock_ops callbacks
 2018-01-24  7:58 UTC  (13+ messages)
` [PATCH bpf-next v8 01/12] bpf: Make SOCK_OPS_GET_TCP size independent
` [PATCH bpf-next v8 02/12] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH bpf-next v8 03/12] bpf: Add write access to tcp_sock and sock fields
` [PATCH bpf-next v8 04/12] bpf: Only reply field should be writeable
` [PATCH bpf-next v8 05/12] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v8 06/12] bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
` [PATCH bpf-next v8 07/12] bpf: Add sock_ops RTO callback
` [PATCH bpf-next v8 08/12] bpf: Add support for reading sk_state and more
` [PATCH bpf-next v8 09/12] bpf: Add sock_ops R/W access to tclass
` [PATCH bpf-next v8 10/12] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH bpf-next v8 11/12] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH bpf-next v8 12/12] bpf: add selftest for tcpbpf

WARNING in check_flush_dependency
 2018-01-24  7:39 UTC  (2+ messages)

[PATCH bpf-next v7 01/12] bpf: Make SOCK_OPS_GET_TCP size independent
 2018-01-24  7:25 UTC  (12+ messages)
` [PATCH bpf-next v7 02/12] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH bpf-next v7 03/12] bpf: Add write access to tcp_sock and sock fields
` [PATCH bpf-next v7 04/12] bpf: Only reply field should be writeable
` [PATCH bpf-next v7 05/12] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v7 06/12] bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
` [PATCH bpf-next v7 07/12] bpf: Add sock_ops RTO callback
` [PATCH bpf-next v7 08/12] bpf: Add support for reading sk_state and more
` [PATCH bpf-next v7 09/12] bpf: Add sock_ops R/W access to tclass
` [PATCH bpf-next v7 10/12] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH bpf-next v7 11/12] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH bpf-next v7 12/12] bpf: add selftest for tcpbpf callbacks

Memory corruption with r8169 across several device revisions and kernels
 2018-01-24  7:05 UTC  (12+ messages)

[PATCH target-pending] iscsi-target: make sure to wake up sleeping login worker
 2018-01-24  7:01 UTC  (4+ messages)

[net-next: PATCH v4 0/7] Armada 7k/8k PP2 ACPI support
 2018-01-24  6:17 UTC  (6+ messages)
` [net-next: PATCH v4 1/7] device property: Introduce fwnode_get_mac_address()

[PATCH] xfrm: fix boolean assignment in xfrm_get_type_offload
 2018-01-24  6:12 UTC  (2+ messages)

[PATCH net] xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
 2018-01-24  6:11 UTC  (2+ messages)

[PATCH v3 1/2] skbuff: Add skb_network_trim
 2018-01-24  4:34 UTC  (3+ messages)

[PATCH iproute2-next v2 0/8] ip: Introduce and use get_addr_rta()/inet_addr_match_rta()
 2018-01-24  3:45 UTC  (2+ messages)

[RFC v2 net-next 00/10] Time based packet transmission
 2018-01-24  3:04 UTC  (14+ messages)
` [RFC v2 net-next 01/10] net: Add a new socket option for a future transmit time
  ` [Intel-wired-lan] "
` [RFC v2 net-next 06/10] net/sched: Introduce the TBS Qdisc

[PATCH net-next 0/3] net/ipv6: Add support for ONLINK flag
 2018-01-24  3:00 UTC  (4+ messages)
` [PATCH net-next 1/3] net/ipv6: Move gateway validation into helper
` [PATCH net-next 2/3] net/ipv6: Add flags arg to ip6_nh_lookup_table
` [PATCH net-next 3/3] net/ipv6: Add support for onlink flag

[PATCH] net: Make synchronize_net() be expedited only when it's really need
 2018-01-24  2:16 UTC  (3+ messages)

[PATCH net-next] cxgb4: make symbol pedits static
 2018-01-24  2:14 UTC 

[PATCH bpf-next v6 00/11] bpf: More sock_ops callbacks
 2018-01-24  1:34 UTC  (8+ messages)
` [PATCH bpf-next v6 04/11] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v6 07/11] bpf: Add support for reading sk_state and more

[PATCH net-next 0/5] bpf and netdevsim test updates
 2018-01-24  1:26 UTC  (6+ messages)
` [PATCH net-next 3/5] netdevsim: don't compile BPF code if syscall not enabled
` [PATCH net-next 4/5] selftests/bpf: check bpf verifier log buffer usage works for HW offload
` [PATCH net-next 5/5] selftests/bpf: validate replace of TC filters is working

[net-next 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-23
 2018-01-24  1:23 UTC  (14+ messages)
` [net-next 01/12] i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags for NVM update
` [net-next 02/12] i40e: avoid divide by zero
` [net-next 03/12] i40evf: remove flush_scheduled_work call in i40evf_remove
` [net-next 04/12] i40evf: Don't schedule reset_task when device is being removed
` [net-next 05/12] i40e: Fix for blinking activity instead of link LEDs
` [net-next 06/12] i40e/i40evf: Detect and recover hung queue scenario
` [net-next 07/12] i40e: check for invalid DCB config
` [net-next 08/12] i40e: simplify pointer dereferences
` [net-next 09/12] i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
` [net-next 10/12] i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()
` [net-next 11/12] i40evf: ignore link up if not running
` [net-next 12/12] i40e: Fix channel addition in reset flow

[PATCH net] net: erspan: fix use-after-free
 2018-01-24  1:01 UTC 

[PATCH net-next 0/2] kcm: fix two syzcaller issues
 2018-01-24  1:00 UTC  (3+ messages)
` [PATCH net-next 1/2] kcm: Only allow TCP sockets to be attached to a KCM mux
` [PATCH net-next 2/2] kcm: Check if sk_user_data already set in kcm_attach

[PATCH] vmxnet3: repair memory leak
 2018-01-24  0:58 UTC  (2+ messages)

[PATCH net] ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
 2018-01-24  0:55 UTC  (2+ messages)

[PATCH net-next v3 0/2] net/sched: remove spinlock from 'csum' action
 2018-01-24  0:52 UTC  (2+ messages)

[PATCH net] pppoe: take ->needed_headroom of lower device into account on xmit
 2018-01-24  0:46 UTC  (2+ messages)

[PATCH net-next v2] net: link_watch: mark bonding link events urgent
 2018-01-24  0:43 UTC  (2+ messages)

[PATCH] r8169: improve multicast hash filter handling
 2018-01-24  0:38 UTC  (2+ messages)

[PATCHv5 0/5] GEHC Bx50 Switch Support
 2018-01-24  0:23 UTC  (2+ messages)

TCP many-connection regression between 4.7 and 4.13 kernels
 2018-01-24  0:05 UTC  (13+ messages)
  ` TCP many-connection regression (bisected to 4.5.0-rc2+)

KASAN: slab-out-of-bounds Read in erspan_xmit
 2018-01-23 23:54 UTC  (9+ messages)

e1000e hardware unit hangs
 2018-01-23 23:46 UTC 

[PATCH net] bpf: always re-init the congestion control after switching to it
 2018-01-23 23:36 UTC  (9+ messages)

[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
 2018-01-23 23:01 UTC  (11+ messages)
`  "

[RFC PATCH net-next v2 0/2] Enable virtio to act as a backup for a passthru device
 2018-01-23 22:58 UTC  (8+ messages)
` [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available

[PATCH iproute2 0/4] ip/tunnel: Minor cleanups and improvements
 2018-01-23 22:52 UTC  (2+ messages)

Attn:Mircofinance Loan Firm
 2018-01-23 21:01 UTC 

[net-next v2 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-09
 2018-01-23 19:38 UTC  (6+ messages)
` [net-next v2 15/15] i40e: link_down_on_close private flag support


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