netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 19:51:19 to 2019-04-11 18:42:02 UTC [more...]

[PATCH net-next 0/8] openvswitch: load and reference the NAT helper
 2019-04-11 18:35 UTC  (7+ messages)
` [PATCH net-next 1/8] netfilter: use macros to create module aliases
` [PATCH net-next 2/8] netfilter: add API to manage NAT helpers

[net-next 1/1] tipc: use standard write_lock & unlock functions when creating node
 2019-04-11 18:36 UTC  (2+ messages)

[PATCH net-next] net: sched: flower: use correct ht function to prevent duplicates
 2019-04-11 18:33 UTC  (3+ messages)

[PATCH net-next] netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()
 2019-04-11 18:26 UTC  (3+ messages)

[PATCH nf-next 0/4] netfilter: bridge: remove broute hook
 2019-04-11 18:25 UTC  (6+ messages)
` [PATCH nf-next 1/4] selftests: netfilter: add ebtables broute test case
` [PATCH nf-next 2/4] bridge: reduce size of input cb to 16 bytes
` [PATCH nf-next 3/4] bridge: netfilter: unroll NF_HOOK helper in bridge input path
` [PATCH nf-next 4/4] bridge: broute: make broute a real ebtables table

[PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-04-11 18:20 UTC  (14+ messages)
` [PATCH net-next 01/12] net: hns3: fix VLAN initialization to be compatible with port base insert VLAN
` [PATCH net-next 02/12] net: hns3: fix VLAN offload handle for VLAN inserted by port
` [PATCH net-next 03/12] net: hns3: fix set port based VLAN for PF
` [PATCH net-next 04/12] net: hns3: fix set port based VLAN issue for VF
` [PATCH net-next 05/12] net: hns3: minor refactor for hns3_rx_checksum
` [PATCH net-next 06/12] net: hns3: add hns3_gro_complete for HW GRO process
` [PATCH net-next 07/12] net: hns3: always assume no drop TC for performance reason
` [PATCH net-next 08/12] net: hns3: divide shared buffer between TC
` [PATCH net-next 09/12] net: hns3: set dividual reset level for all RAS and MSI-X errors
` [PATCH net-next 10/12] net: hns3: do not initialize MDIO bus when PHY is inexistent
` [PATCH net-next 11/12] net: hns3: free the pending skb when clean RX ring
` [PATCH net-next 12/12] net: hns3: code optimization for command queue' spin lock

[PATCH net] net: bridge: multicast: use rcu to access port list from br_multicast_start_querier
 2019-04-11 18:16 UTC  (2+ messages)

[PATCH v3 0/2] Fix thunderx MTU with XDP
 2019-04-11 18:11 UTC  (6+ messages)
` [PATCH v3 1/2] net: thunderx: raise XDP MTU to 1508
` [PATCH v3 2/2] net: thunderx: don't allow jumbo frames with XDP

[PATCH net 0/5] net/smc: fixes 2019-04-11
 2019-04-11 18:04 UTC  (7+ messages)
` [PATCH net 1/5] net/smc: wait for pending work before clcsock release_sock
` [PATCH net 2/5] net/smc: fix a NULL pointer dereference
` [PATCH net 3/5] net/smc: propagate file from SMC to TCP socket
` [PATCH net 4/5] net/smc: fix return code from FLUSH command
` [PATCH net 5/5] net/smc: move unhash before release of clcsock

[PATCH v4 bpf-next 0/3] bpf: add bpf_progenyof helper
 2019-04-11 17:59 UTC  (6+ messages)
` [PATCH v5 bpf-next 0/3] bpf: add bpf_descendant_of helper
  ` [PATCH v5 bpf-next 1/3] "
  ` [PATCH v5 bpf-next 2/3] bpf: sync kernel uapi headers
  ` [PATCH v5 bpf-next 3/3] bpf: add tests for bpf_descendant_of

[PATCH bpf] bpftool: Fix errno variable usage
 2019-04-11 17:55 UTC  (3+ messages)

[PATCH bpf-next 0/5] Bulk optimization for XDP cpumap redirect
 2019-04-11 17:45 UTC  (19+ messages)
` [PATCH bpf-next 1/5] bpf: cpumap use ptr_ring_consume_batched
` [PATCH bpf-next 3/5] net: core: introduce build_skb_around
` [PATCH bpf-next 4/5] bpf: cpumap do bulk allocation of SKBs
` [PATCH bpf-next 5/5] bpf: cpumap memory prefetchw optimizations for struct page

[PATCH] ethtool: Add bash-completion script
 2019-04-11 17:39 UTC  (4+ messages)
` [PATCH v2] "

[PATCH/RFC v2 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-11 17:22 UTC  (23+ messages)
` [PATCH/RFC v2 bpf-next 02/19] bpf: refactor propagate_liveness to eliminate code redundance
  ` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 03/19] bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
  ` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 04/19] bpf: refactor "check_reg_arg" to eliminate code redundancy
` [PATCH/RFC v2 bpf-next 05/19] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
      ` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 06/19] bpf: mark lo32 writes that should be zero extended into hi32
` [PATCH/RFC v2 bpf-next 07/19] bpf: reduce false alarm by refining helper call arg types
` [PATCH/RFC v2 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [PATCH/RFC v2 bpf-next 09/19] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH/RFC v2 bpf-next 10/19] bpf: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH/RFC v2 bpf-next 11/19] libbpf: new global variable "libbpf_test_mode"

[PATCH net] dctcp: more accurate tracking of packets delivery
 2019-04-11 16:52 UTC  (3+ messages)

[PATCH] net: socket: Always initialize family field at move_addr_to_kernel()
 2019-04-11 16:45 UTC  (6+ messages)

[crypto 0/4] Inline TLS client and v6 support
 2019-04-11 16:40 UTC  (6+ messages)

[PATCH v2 net-next] ravb: Avoid unsupported internal delay mode for R-Car E3/D3
 2019-04-11 16:36 UTC  (7+ messages)

[PATCH bpf-next] bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
 2019-04-11 16:12 UTC 

[PATCH bpf-next] tools/bpftool: show btf id in program information
 2019-04-11 15:37 UTC  (4+ messages)

linux-next: Tree for Apr 11 (net/xfrm/xfrm_output.c)
 2019-04-11 15:20 UTC 

[PATCH 0/4 v2] Convert rhashtable to use bitlocks
 2019-04-11 12:44 UTC  (8+ messages)
` [PATCH 3/4] rhashtable: use bit_spin_locks to protect hash bucket

[PATCH v3 00/11] Add support for Orange Pi 3
 2019-04-11 12:25 UTC  (16+ messages)
` [PATCH v3 01/11] net: stmmac: sun8i: add support for Allwinner H6 EMAC
` [PATCH v3 02/11] net: stmmac: sun8i: force select external PHY when no internal one
` [PATCH v3 03/11] pinctrl: sunxi: Prepare for alternative bias voltage setting methods
  ` [linux-sunxi] "
` [PATCH v3 04/11] pinctrl: sunxi: Support I/O bias voltage setting on H6
` [PATCH v3 05/11] arm64: dts: allwinner: orange-pi-3: Enable ethernet
` [PATCH v3 06/11] dt-bindings: display: hdmi-connector: Add DDC power supply
` [PATCH v3 07/11] drm: sun4i: Add support for enabling DDC I2C bus power to dw_hdmi glue
` [PATCH v3 08/11] arm64: dts: allwinner: orange-pi-3: Enable HDMI output
` [PATCH v3 09/11] brcmfmac: Loading the correct firmware for brcm43456
` [PATCH v3 10/11] arm64: dts: allwinner: h6: Add MMC1 pins
` [PATCH v3 11/11] [DO NOT MERGE] arm64: dts: allwinner: orange-pi-3: Enable WiFi

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2019-04-11 12:14 UTC  (3+ messages)

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-04-11 11:31 UTC  (2+ messages)

[PATCH net-next] net: sched: flower: insert filter to ht before offloading it to hw
 2019-04-11 11:28 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
 2019-04-11 11:20 UTC  (2+ messages)

OOPS in nf_getsockopt
 2019-04-11 11:01 UTC  (3+ messages)

[PATCH net] net: bridge: fix per-port af_packet sockets
 2019-04-11 10:56 UTC 

[PATCH] net: add big honking pfmemalloc OOM warning
 2019-04-11 10:26 UTC  (8+ messages)

Tun congestion/BQL
 2019-04-11  9:25 UTC  (14+ messages)

bnx2x - odd behaviour
 2019-04-11  8:56 UTC  (3+ messages)

[PATCH] can: dev: clean up CAN ctrlmode when close CAN device
 2019-04-11  8:12 UTC  (7+ messages)
  ` [EXT] "

[PATCH bpf-next v4 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-11  8:04 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net tree
 2019-04-11  7:56 UTC  (4+ messages)

[PATCH bpf v2 0/2] libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus
 2019-04-11  7:54 UTC  (7+ messages)
` [PATCH bpf v2 1/2] libbpf: remove likely/unlikely in xsk.h
` [PATCH bpf v2 2/2] libbpf: remove dependency on barrier.h "

[PATCH bpf-next] libbpf: Fix build with gcc-8
 2019-04-11  7:45 UTC  (3+ messages)

[PATCH] vxlan: using hash_lock to protect one budegt in vxlan_flush
 2019-04-11  7:06 UTC 

[PATCH net-next] net: fou: remove redundant code in gue_udp_recv
 2019-04-11  7:09 UTC  (2+ messages)

[PATCH net] net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
 2019-04-11  7:02 UTC  (2+ messages)

[net] tipc: missing entries in name table of publications
 2019-04-11  5:58 UTC  (2+ messages)

[PATCH v4 1/2] net: phy: mscc: add support for VSC8514 PHY
 2019-04-11  5:51 UTC  (2+ messages)

[PATCH net-next] fou: correct spelling of encapsulation
 2019-04-11  5:48 UTC  (2+ messages)

[PATCH net] vhost: reject zero size iova range
 2019-04-11  5:46 UTC  (2+ messages)

[PATCH net] net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()
 2019-04-11  5:43 UTC  (2+ messages)

[PATCH net v8] failover: allow name change on IFF_UP slave interfaces
 2019-04-11  5:14 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-11  5:04 UTC  (6+ messages)

[PATCH net-next 00/10] ipv6: Refactor nexthop selection helpers during a fib lookup
 2019-04-11  4:54 UTC  (6+ messages)
` [PATCH net-next 10/10] ipv6: Refactor __ip6_route_redirect

cellular modem driver APIs
 2019-04-11  3:54 UTC  (9+ messages)

[PATCH net] net: vrf: remove redundant vrf neigh entry
 2019-04-11  3:39 UTC  (3+ messages)

[PATCH net-next V6 1/2] net/sched: taprio: fix picos_per_byte miscalculation
 2019-04-11  3:00 UTC  (2+ messages)

[PATCH net v2 0/2] Fix thunderx MTU with XDP
 2019-04-11  2:35 UTC  (3+ messages)

[PATCH net-next V6 0/2] net/sched: taprio: fix picos_per_byte miscalculation
 2019-04-11  2:28 UTC  (2+ messages)

[PATCH net] team: set slave to promisc if team is already in promisc mode
 2019-04-11  2:18 UTC  (3+ messages)
` [PATCHv2 "

[PATCH net] net/tls: fix build without CONFIG_TLS_DEVICE
 2019-04-11  0:24 UTC  (2+ messages)

gsmtap design/extensions?
 2019-04-10 23:45 UTC  (5+ messages)

[net:master 28/30] net//tls/tls_main.c:290:29: error: 'TLS_HW' undeclared; did you mean 'TLS_SW'?
 2019-04-10 23:11 UTC 

[PATCH v2 net-next 00/22] NXP SJA1105 DSA driver
 2019-04-10 21:52 UTC  (10+ messages)
` [PATCH v2 net-next 05/22] net: dsa: Add more convenient functions for installing port VLANs
` [PATCH v2 net-next 07/22] ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging
` [PATCH v2 net-next 11/22] net: dsa: Allow drivers to modulate between presence and absence of tagging

[PATCH 5/5] sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event()
 2019-04-10 21:21 UTC 

[PATCH v5 4/5] sctp: Make sctp_enqueue_event tak an skb list
 2019-04-10 21:20 UTC 

[PATCH v5 3/5] sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
 2019-04-10 21:20 UTC 

[PATCH v5 2/5] sctp: Always pass skbs on a list to sctp_ulpq_tail_event()
 2019-04-10 21:20 UTC 

[PATCH v5 1/5] sctp: Remove superfluous test in sctp_ulpq_reasm_drain()
 2019-04-10 21:19 UTC 

[PATCH v5 0/5] SCTP: Event skb list overhaul
 2019-04-10 21:19 UTC 

[PATCH net-next] net: strparser: fix comment
 2019-04-10 21:13 UTC  (2+ messages)

[PATCH net 0/3] net: tls: fix memory leaks and freeing skbs
 2019-04-10 20:07 UTC  (2+ messages)


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