netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 06:56:18 to 2019-06-17 18:07:17 UTC [more...]

[RFC PATCH net-next 0/2] net: extend INET_DIAG_INFO with information specific to TCP ULP
 2019-06-17 18:07 UTC  (9+ messages)
` [RFC PATCH net-next 1/2] tcp: ulp: add functions to dump ulp-specific information
` [RFC PATCH net-next 2/2] net: tls: export protocol version and cipher to socket diag

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 18:06 UTC  (7+ messages)
` [RFC PATCH bpf-next 3/8] libbpf: refactor map initialization
` [RFC PATCH bpf-next 4/8] libbpf: identify maps by section index in addition to offset

[PATCH] uapi: avoid namespace conflict in linux/posix_types.h
 2019-06-17 18:02 UTC  (9+ messages)

[PATCH] net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create
 2019-06-17 18:02 UTC  (2+ messages)

[PATCH bpf-next v6 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-17 18:01 UTC  (10+ messages)
` [PATCH bpf-next v6 1/9] bpf: implement "
` [PATCH bpf-next v6 2/9] bpf: sync bpf.h to tools/
` [PATCH bpf-next v6 3/9] libbpf: support sockopt hooks
` [PATCH bpf-next v6 4/9] selftests/bpf: test sockopt section name
` [PATCH bpf-next v6 5/9] selftests/bpf: add sockopt test
` [PATCH bpf-next v6 6/9] selftests/bpf: add sockopt test that exercises sk helpers
` [PATCH bpf-next v6 7/9] selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
` [PATCH bpf-next v6 8/9] bpf: add sockopt documentation
` [PATCH bpf-next v6 9/9] bpftool: support cgroup sockopt

[PATCH v5 0/5] brcmfmac: sdio: Deal better w/ transmission errors related to idle
 2019-06-17 17:56 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "brcmfmac: disable command decode in sdio_aos"
` [PATCH v5 2/5] mmc: core: API to temporarily disable retuning for SDIO CRC errors
` [PATCH v5 3/5] brcmfmac: sdio: Disable auto-tuning around commands expected to fail
` [PATCH v5 4/5] mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()
` [PATCH v5 5/5] brcmfmac: sdio: Don't tune while the card is off

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 17:46 UTC  (6+ messages)
` [PATCH bpf-next 2/8] libbpf: extract BTF loading and simplify ELF parsing logic

[PATCH V2] net: phy: tja11xx: Add IRQ support to the driver
 2019-06-17 17:43 UTC  (12+ messages)

[PATCH 0/6] net: macb patch set cover letter
 2019-06-17 17:42 UTC  (7+ messages)
` [PATCH 1/6] net: macb: add phylink support
  ` [PATCH 2/6] net: macb: add support for sgmii MAC-PHY interface

[PATCH net 0/4] tcp: make sack processing more robust
 2019-06-17 17:41 UTC  (12+ messages)
` [PATCH net 1/4] tcp: limit payload size of sacked skbs
` [PATCH net 2/4] tcp: tcp_fragment() should apply sane memory limits
` [PATCH net 3/4] tcp: add tcp_min_snd_mss sysctl
` [PATCH net 4/4] tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()

[PATCH 1/2] perf trace: Use pr_debug() instead of fprintf() for logging
 2019-06-17 17:32 UTC  (4+ messages)
` [PATCH 2/2] perf trace: Handle NULL pointer dereference in trace__syscall_info()

[PATCH v3 bpf-next 0/9] bpf: bounded loops and other features
 2019-06-17 17:20 UTC  (4+ messages)
` [PATCH v3 bpf-next 9/9] bpf: precise scalar_value tracking

[PATCH] fib_semantics: Fix warning in fib_check_nh_v4_gw
 2019-06-17 17:12 UTC  (2+ messages)

[PATCH net-next v3] ipv4: Support multipath hashing on inner IP pkts for GRE tunnel
 2019-06-17 17:08 UTC  (4+ messages)

[PATCH net v4 0/8] Fix listing (IPv4, IPv6) and flushing (IPv6) of cached route exceptions
 2019-06-17 17:06 UTC  (15+ messages)
` [PATCH net v4 1/8] ipv4/fib_frontend: Rename ip_valid_fib_dump_req, provide non-strict version
` [PATCH net v4 2/8] ipv4: Honour NLM_F_MATCH, make semantics of NETLINK_GET_STRICT_CHK consistent

[PATCH v3] net: ipv4: move tcp_fastopen server side code to SipHash library
 2019-06-17 17:00 UTC  (2+ messages)

[PATCH] net: stmmac: add sanity check to device_property_read_u32_array call
 2019-06-17 16:58 UTC 

[PATCH net-next 01/16] qlge: Remove irq_cnt
 2019-06-17 16:49 UTC  (18+ messages)
` [PATCH net-next 02/16] qlge: Remove page_chunk.last_flag
` [PATCH net-next 03/16] qlge: Deduplicate lbq_buf_size
` [PATCH net-next 04/16] qlge: Remove bq_desc.maplen
` [PATCH net-next 05/16] qlge: Remove rx_ring.sbq_buf_size
` [PATCH net-next 06/16] qlge: Remove useless dma synchronization calls
  ` [EXT] "
` [PATCH net-next 07/16] qlge: Deduplicate rx buffer queue management
` [PATCH net-next 08/16] qlge: Fix dma_sync_single calls
` [PATCH net-next 09/16] qlge: Remove rx_ring.type
` [PATCH net-next 10/16] qlge: Factor out duplicated expression
` [PATCH net-next 11/16] qlge: Remove qlge_bq.len & size
` [PATCH net-next 12/16] qlge: Remove useless memset
` [PATCH net-next 13/16] qlge: Replace memset with assignment
` [PATCH net-next 14/16] qlge: Update buffer queue prod index despite oom
` [PATCH net-next 15/16] qlge: Refill rx buffers up to multiple of 16
` [PATCH net-next 16/16] qlge: Refill empty buffer queues from wq

[PATCH net-next 0/2] net: ipv4: remove erroneous advancement of list pointer
 2019-06-17 16:16 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: rtnetlink: add addresses with fixed life time

[PATCH][V2] net: lio_core: fix potential sign-extension overflow on large shift
 2019-06-17 16:12 UTC 

[PATCH] net: lio_core: fix potential sign-extension overflow on large shift
 2019-06-17 16:06 UTC  (2+ messages)

[patch net-next internal] net: sched: cls_matchall: allow to delete filter
 2019-06-17 16:03 UTC  (2+ messages)

[patch net-next] net: sched: cls_matchall: allow to delete filter
 2019-06-17 16:02 UTC 

[PATCH v2 0/2] Add macb support for SiFive FU540-C000
 2019-06-17 15:58 UTC  (16+ messages)
` [PATCH v2 1/2] macb: bindings doc: add sifive fu540-c000 binding
` [PATCH v2 2/2] macb: Add support for SiFive FU540-C000

[PATCH] bpf: hide do_bpf_send_signal when unused
 2019-06-17 15:26 UTC  (2+ messages)

[PATCH] e1000e: Make watchdog use delayed work
 2019-06-17 15:25 UTC  (3+ messages)
` [RFC PATCH] e1000e: e1000_workqueue can be static

[PATCH 4/6] net: macb: add support for c45 PHY
 2019-06-17 15:21 UTC  (5+ messages)
` [PATCH 5/6] net: macb: add support for high speed interface
  ` [PATCH 6/6] net: macb: parameter added to cadence ethernet controller DT binding

[PATCH v12 1/5] can: m_can: Create a m_can platform framework
 2019-06-17 15:09 UTC  (6+ messages)

[PATCH 0/9] x86/bpf: unwinder fixes
 2019-06-17 15:07 UTC  (8+ messages)
` [PATCH 6/9] x86/bpf: Fix JIT frame pointer usage

[PATCH] perf cs-etm: Improve completeness for kernel address space
 2019-06-17 15:00 UTC 

[PATCH v2 0/5] x86/bpf: unwinder fixes
 2019-06-17 14:57 UTC  (4+ messages)
` [PATCH v2 2/5] objtool: Fix ORC unwinding in non-JIT BPF generated code

[PATCH RFC 0/6] DPAA2 MAC Driver
 2019-06-17 14:46 UTC  (8+ messages)
` [PATCH RFC 3/6] dpaa2-mac: add MC API for the DPMAC object

general protection fault in sctp_sched_prio_sched
 2019-06-17 14:43 UTC  (2+ messages)

[PATCH net-next] vhost_net: disable zerocopy by default
 2019-06-17 14:43 UTC  (2+ messages)

[PATCH] net: hns3: Add missing newline at end of file
 2019-06-17 14:38 UTC 

[PATCH bpf] bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup
 2019-06-17 14:14 UTC  (3+ messages)

[PATCH net-next 0/2] net: mediatek: Add MT7621 TRGMII mode support
 2019-06-17 14:02 UTC  (2+ messages)

[PATCH net-next v4 0/3] hinic: add rss support and rss parameters configuration
 2019-06-17  5:46 UTC  (4+ messages)
` [PATCH net-next v4 1/3] hinic: add rss support
` [PATCH net-next v4 2/3] hinic: move ethtool code into hinic_ethtool
` [PATCH net-next v4 3/3] hinic: add support for rss parameters with ethtool

[PATCH net 0/3] net: fix quite a few dst_cache crashes reported by syzbot
 2019-06-17 13:34 UTC  (4+ messages)
` [PATCH net 1/3] ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL
  ` [PATCH net 2/3] ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
    ` [PATCH net 3/3] tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb

[PATCH net-next v2 0/2] br_netfilter: enable in non-initial netns
 2019-06-17 13:34 UTC  (2+ messages)

[PATCH net v2] tun: wake up waitqueues after IFF_UP is set
 2019-06-17 13:26 UTC 

use exact allocation for dma coherent memory
 2019-06-17 13:15 UTC  (9+ messages)
` [PATCH 12/16] staging/comedi: mark as broken

[PATCH net-next] net: dsa: sja1105: fix ptp link error
 2019-06-17 13:14 UTC 

[PATCH net-next] net: stmmac: fix unused-variable warning
 2019-06-17 13:13 UTC 

BUG: kernel NULL pointer dereference, address: 00000000
 2019-06-17 13:07 UTC 

[PATCH net-next 00/17] mlxsw: Improve IPv6 route insertion rate
 2019-06-17 13:06 UTC  (7+ messages)
` [PATCH net-next 06/17] ipv6: Add IPv6 multipath notifications for add / replace
` [PATCH net-next 07/17] ipv6: Add IPv6 multipath notification for route delete
` [PATCH net-next 16/17] ipv6: Stop sending in-kernel notifications for each nexthop

[PATCH] qed: Fix -Wmaybe-uninitialized false positive
 2019-06-17 13:04 UTC 

[PATCH] can: flexcan: fix stop mode acknowledgment
 2019-06-17 12:57 UTC  (2+ messages)

[PATCH 0/1] ARM: dts: stm32: replace rgmii mode with rgmii-id on stm32mp15 boards
 2019-06-17 12:34 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-06-17 12:25 UTC  (13+ messages)

[PATCH] ps3_gelic: Use [] to denote a flexible array member
 2019-06-17 11:50 UTC 

[PATCH net] bnx2x: Check if transceiver implements DDM before access
 2019-06-17 11:47 UTC  (3+ messages)

[PATCH net-next 0/4] qed: Devlink support for config attributes management
 2019-06-17 11:45 UTC  (5+ messages)
` [PATCH net-next 1/4] qed: Add APIs for device attributes configuration
` [PATCH net-next 2/4] qed: Perform devlink registration after the hardware init
` [PATCH net-next 3/4] qed: Add new file for devlink implementation
` [PATCH net-next 4/4] qed: Add devlink support for configuration attributes

[PATCH][next] net: hns3: fix dereference of ae_dev before it is null checked
 2019-06-17 11:42 UTC 

VLAN tags in mac_len
 2019-06-17 11:15 UTC  (5+ messages)
    ` [Bridge] "

[PATCH v4 0/5] brcmfmac: sdio: Deal better w/ transmission errors related to idle
 2019-06-17 10:52 UTC  (17+ messages)
` [PATCH v4 2/5] mmc: core: API to temporarily disable retuning for SDIO CRC errors
` [PATCH v4 3/5] brcmfmac: sdio: Disable auto-tuning around commands expected to fail
` [PATCH v4 4/5] mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()
` [PATCH v4 5/5] brcmfmac: sdio: Don't tune while the card is off

[PATCH] Fix tun: wake up waitqueues after IFF_UP is set
 2019-06-17 10:40 UTC  (5+ messages)
    ` [External Email] "

[PATCH net-next 0/2] selftests: pmtu: List/flush IPv4 cached routes, improve IPv6 test
 2019-06-17 10:20 UTC  (3+ messages)

[PATCH net-next 0/2] net: sched: act_ctinfo: fixes
 2019-06-17 10:03 UTC  (3+ messages)
` [PATCH net-next 1/2] net: sched: act_ctinfo: fix action creation
` [PATCH net-next 2/2] net: sched: act_ctinfo: fix policy validation

[PATCH] rt2x00: fix rx queue hang
 2019-06-17  9:46 UTC 

[PATCH 0/6] More CAN support for RZ/G2 devices
 2019-06-17  9:30 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: can: rcar_canfd: document r8a774a1 support

[PATCH net-next v3] net: add rcu annotations for ifa_list
 2019-06-17  9:25 UTC  (4+ messages)
` [PATCH net-next v3 7/7] net: ipv4: provide __rcu annotation "

[PATCH] xfrm: remove empty xfrmi_init_net
 2019-06-17  9:21 UTC  (2+ messages)

[PATCH ipsec-next] xfrm: fix bogus WARN_ON with ipv6
 2019-06-17  9:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17  9:07 UTC  (5+ messages)
` [RFC PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF

[PATCH net-next] team: add ethtool get_link_ksettings
 2019-06-17  9:03 UTC  (3+ messages)
` [PATCHv2 "

[PATCH 1/2] ipoib: correcly show a VF hardware address
 2019-06-17  8:53 UTC  (4+ messages)
` [PATCH 2/2] ipoib: show VF broadcast address
` [PATCH net-next v4 1/2] ipoib: correcly show a VF hardware address
` [PATCH net-next v4 2/2] ipoib: show VF broadcast address

linux-next: manual merge of the akpm tree with the net and net-next trees
 2019-06-17  8:47 UTC 

general protection fault in rb_next (3)
 2019-06-17  7:46 UTC 

[PATCH] wl18xx: Fix Wunused-const-variable
 2019-06-17  7:44 UTC  (3+ messages)

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-17  7:39 UTC  (3+ messages)
` [PATCH v3 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

[PATCH] 9p: Transport error uninitialized
 2019-06-17  6:56 UTC  (3+ messages)

[PATCH] net: remove duplicate fetch in sock_getsockopt
 2019-06-17  6:56 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).