netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 12:35:32 to 2019-10-09 23:11:23 UTC [more...]

[PATCH bpf-next 0/3] Fix BTF-to-C converter's padding generation
 2019-10-09 23:11 UTC  (3+ messages)

[PATCH] ptp: fix typo of "mechanism" in Kconfig help text
 2019-10-09 23:10 UTC  (7+ messages)
` [PATCH] net: stmmac: fix length of PTP clock's name string
` [PATCH] net: stmmac: fix disabling flexible PPS output
` [PATCH] net: stmmac: add flexible PPS to dwmac 4.10a

[RFC PATCH v3 00/10] Multipath TCP prerequisites
 2019-10-09 23:08 UTC  (11+ messages)
` [RFC PATCH v3 01/10] net: Make sock protocol value checks more specific
` [RFC PATCH v3 02/10] sock: Make sk_protocol a 16-bit value
` [RFC PATCH v3 03/10] tcp: Define IPPROTO_MPTCP
` [RFC PATCH v3 04/10] tcp: Add MPTCP option number
` [RFC PATCH v3 05/10] tcp, ulp: Add clone operation to tcp_ulp_ops
` [RFC PATCH v3 06/10] mptcp: Add MPTCP to skb extensions
` [RFC PATCH v3 07/10] tcp: Prevent coalesce/collapse when skb has MPTCP extensions
` [RFC PATCH v3 08/10] tcp: Export TCP functions and ops struct
` [RFC PATCH v3 09/10] tcp: Check for filled TCP option space before SACK
` [RFC PATCH v3 10/10] tcp: clean ext on tx recycle

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-09 23:06 UTC  (5+ messages)
` [PATCH 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
` [PATCH 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
` [PATCH 3/3] bpf: use copy_struct_from_user() in bpf() syscall

[PATCH v2 2/4] spi: Add a PTP system timestamp to the transfer structure
 2019-10-09 22:57 UTC  (6+ messages)
` Applied "spi: Add a PTP system timestamp to the transfer structure" to the spi tree

[PATCH bpf v2] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 22:49 UTC  (3+ messages)

[PATCH] Documentation: networking: device drivers: Remove stray asterisks
 2019-10-09 22:48 UTC  (4+ messages)

[PATCH 0/3] igb, ixgbe, i40e UDP segmentation offload support
 2019-10-09 22:44 UTC  (5+ messages)
` [PATCH 1/3] igb: Add "
` [PATCH 2/3] ixgbe: "
` [PATCH 3/3] i40e: "

[PATCH v4 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-09 22:42 UTC  (17+ messages)
` [PATCH v4 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"
` [PATCH v4 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v4 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v4 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v4 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v4 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v4 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v4 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v4 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v4 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v4 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v4 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v4 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v4 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v4 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH net] net: silence KCSAN warnings about sk->sk_backlog.len reads
 2019-10-09 22:41 UTC 

[PATCH net] net: annotate sk->sk_rcvlowat lockless reads
 2019-10-09 22:32 UTC 

[PATCH net] net: silence KCSAN warnings around sk_add_backlog() calls
 2019-10-09 22:21 UTC 

[PATCH net] tcp: annotate lockless access to tcp_memory_pressure
 2019-10-09 22:10 UTC 

[PATCH net] Documentation: net: fix path to devlink-trap-netdevsim
 2019-10-09 21:53 UTC  (3+ messages)

[PATCH net] net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head
 2019-10-09 21:51 UTC 

[PATCH v2] staging: qlge: correct a misspelled word
 2019-10-09 21:39 UTC 

[PATCH net-next v7 00/17] ethtool netlink interface, part 1
 2019-10-09 20:59 UTC  (18+ messages)
` [PATCH net-next v7 01/17] rtnetlink: provide permanent hardware address in RTM_NEWLINK
` [PATCH net-next v7 02/17] netlink: rename nl80211_validate_nested() to nla_validate_nested()
` [PATCH net-next v7 03/17] ethtool: move to its own directory
` [PATCH net-next v7 04/17] ethtool: introduce ethtool netlink interface
` [PATCH net-next v7 05/17] ethtool: helper functions for "
` [PATCH net-next v7 06/17] ethtool: netlink bitset handling
` [PATCH net-next v7 07/17] ethtool: support for netlink notifications
` [PATCH net-next v7 08/17] ethtool: move string arrays into common file
` [PATCH net-next v7 09/17] ethtool: generic handlers for GET requests
` [PATCH net-next v7 10/17] ethtool: provide string sets with STRSET_GET request
` [PATCH net-next v7 11/17] ethtool: provide link mode names as a string set
` [PATCH net-next v7 12/17] ethtool: provide link settings with LINKINFO_GET request
` [PATCH net-next v7 13/17] ethtool: add standard notification handler
` [PATCH net-next v7 14/17] ethtool: set link settings with LINKINFO_SET request
` [PATCH net-next v7 15/17] ethtool: provide link mode information with LINKMODES_GET request
` [PATCH net-next v7 16/17] ethtool: set link modes related data with LINKMODES_SET request
` [PATCH net-next v7 17/17] ethtool: provide link state with LINKSTATE_GET request

[PATCH net] netfilter: conntrack: avoid possible false sharing
 2019-10-09 20:58 UTC  (2+ messages)

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-10-09 20:56 UTC  (15+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

[PATCH net-next 1/1] tc-testing: updated pedit test cases
 2019-10-09 20:53 UTC 

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-09 20:51 UTC  (15+ messages)
` [PATCH bpf-next 03/10] bpf: process in-kernel BTF
` [PATCH bpf-next 07/10] bpf: add support for BTF pointers to x86 JIT
` [PATCH bpf-next 08/10] bpf: check types of arguments passed into helpers
` [PATCH bpf-next 09/10] bpf: disallow bpf_probe_read[_str] helpers
` [PATCH bpf-next 10/10] selftests/bpf: add kfree_skb raw_tp test

[PATCH] staging: qlge: correct misspelled word
 2019-10-09 20:51 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] staging: qlge: Fix multiple assignments warning by splitting the assignement into two each
 2019-10-09 20:48 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v13 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-09 20:30 UTC  (11+ messages)
` [PATCH v13 1/4] fs/nsfs.c: added ns_match
` [PATCH v13 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v13 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v13 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

[PATCH v2 bpf-next 0/2] Track read-only map contents as known scalars in BPF verifiers
 2019-10-09 20:14 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: track contents of read-only maps as scalars
` [PATCH v2 bpf-next 2/2] selftests/bpf: add read-only map values propagation tests

[PATCH] staging: qlge: Fix multiple assignments warning by splitting the assignement into two each
 2019-10-09 20:10 UTC 

[PATCH net] net: avoid possible false sharing in sk_leave_memory_pressure()
 2019-10-09 19:55 UTC 

[PATCH] staging: qlge: fix "alignment should match open parenthesis" checks
 2019-10-09 19:42 UTC 

[PATCH] staging: qlge: correct misspelled word
 2019-10-09 19:36 UTC 

[PATCH v9 0/7] nfc: pn533: add uart phy driver
 2019-10-09 19:36 UTC  (3+ messages)
` [PATCH v9 2/7] nfc: pn532: Add uart phy docs and rename it

[PATCH] staging: qlge: fix "alignment should match open parenthesis" checks
 2019-10-09 19:19 UTC 

[net v2] net: update net_dim documentation after rename
 2019-10-09 19:18 UTC 

[PATCH v6 16/43] compat_ioctl: move isdn/capi ioctl translation into driver
 2019-10-09 19:10 UTC  (8+ messages)
` [PATCH v6 33/43] af_unix: add compat_ioctl support
` [PATCH v6 34/43] compat_ioctl: handle SIOCOUTQNSD
` [PATCH v6 35/43] compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
` [PATCH v6 37/43] compat_ioctl: unify copy-in of ppp filters
` [PATCH v6 38/43] compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic
` [PATCH v6 39/43] compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
` [PATCH v6 40/43] compat_ioctl: ppp: move simple commands into ppp_generic.c

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2019-10-09 19:14 UTC  (2+ messages)

[PATCH bpf-next 0/4] Enable direct receive on AF_XDP sockets
 2019-10-09 19:12 UTC  (13+ messages)
` [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
      ` FW: "

[net] net: update net_dim documentation after rename
 2019-10-09 18:57 UTC  (2+ messages)

[PATCH net] r8169: fix jumbo packet handling on resume from suspend
 2019-10-09 18:55 UTC 

[PATCH] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-09 18:20 UTC  (4+ messages)

[PATCH net-next 0/4] sctp: add some missing events from rfc5061
 2019-10-09 18:13 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-09 17:57 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[PATCH AUTOSEL 4.19 10/26] ieee802154: ca8210: prevent memory leak
 2019-10-09 17:05 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 12/26] net: dsa: qca8k: Use up to 7 ports for all operations
` [PATCH AUTOSEL 4.19 16/26] nl80211: fix null pointer dereference
` [PATCH AUTOSEL 4.19 17/26] mac80211: fix txq "
` [PATCH AUTOSEL 4.19 18/26] netfilter: nft_connlimit: disable bh on garbage collection
` [PATCH AUTOSEL 4.19 19/26] net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_name
` [PATCH AUTOSEL 4.19 21/26] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()
` [PATCH AUTOSEL 4.19 22/26] lib: textsearch: fix escapes in example code
` [PATCH AUTOSEL 4.19 24/26] r8152: Set macpassthru in reset_resume callback

[PATCH AUTOSEL 4.14 08/21] ieee802154: ca8210: prevent memory leak
 2019-10-09 17:06 UTC  (6+ messages)
` [PATCH AUTOSEL 4.14 10/21] net: dsa: qca8k: Use up to 7 ports for all operations
` [PATCH AUTOSEL 4.14 14/21] nl80211: fix null pointer dereference
` [PATCH AUTOSEL 4.14 15/21] mac80211: fix txq "
` [PATCH AUTOSEL 4.14 17/21] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()
` [PATCH AUTOSEL 4.14 19/21] r8152: Set macpassthru in reset_resume callback

[PATCH AUTOSEL 4.9 08/13] nl80211: fix null pointer dereference
 2019-10-09 17:06 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 09/13] mac80211: fix txq "
` [PATCH AUTOSEL 4.9 11/13] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()

[PATCH AUTOSEL 4.4 07/11] nl80211: fix null pointer dereference
 2019-10-09 17:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 09/11] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()

pull-request: mac80211 2019-10-08
 2019-10-09 17:18 UTC  (4+ messages)

UDP Statistics Bug?
 2019-10-09 17:05 UTC 

[PATCH net 1/1] net/tls(TLS_SW): Fix list_del double free caused by a race condition in tls_tx_records
 2019-10-09 16:57 UTC  (10+ messages)
` [PATCH V2 "

[PATCH net-next] genetlink: do not parse attributes for families with zero maxattr
 2019-10-09 16:44 UTC 

[PATCH bpf] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 16:39 UTC  (3+ messages)

[PATH bpf-next 1/2] flow_dissector: Allow updating the flow dissector program atomically
 2019-10-09 16:33 UTC  (3+ messages)
` [PATH bpf-next 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH net] tun: remove possible false sharing in tun_flow_update()
 2019-10-09 16:20 UTC 

[PATCHv2 net-next 0/5] sctp: update from rfc7829
 2019-10-09 16:15 UTC  (5+ messages)
` [PATCHv2 net-next 3/5] sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt

[PATCH net-next 0/2] Bareudp Tunnel Module
 2019-10-09 16:15 UTC  (13+ messages)
` [PATCH net-next 1/2] UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc
` [PATCH net-next 2/2] Special handling for IP & MPLS

Race condition in route lookup
 2019-10-09 16:00 UTC 

[PATCH net v2] net: udp: fix handling of CHECKSUM_COMPLETE packets
 2019-10-09 15:47 UTC  (2+ messages)

[PATCH tip/core/rcu 8/9] net/netfilter: Replace rcu_swap_protected() with rcu_replace()
 2019-10-09 15:36 UTC  (3+ messages)

[PATCH net-next] Change in Openvswitch to support MPLS label depth of 3 in ingress direction
 2019-10-09 15:29 UTC  (2+ messages)

[PATCH net] sctp: add chunks to sk_backlog when the newsk sk_socket is not set
 2019-10-09 15:27 UTC  (2+ messages)

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-10-09 15:15 UTC  (4+ messages)
` [PATCH v2 07/11] VSOCK: add AF_VSOCK test cases

[PATCH -next] ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify code
 2019-10-09 15:03 UTC 

[PATCH 1/1] net: usb: qmi_wwan: add Telit 0x1050 composition
 2019-10-09 14:49 UTC  (3+ messages)

[PATCH] net: stmmac: Remove break after a return
 2019-10-09 14:29 UTC 

[PATCH net-next] net: usb: ax88179_178a: write mac to hardware in get_mac_addr
 2019-10-09 14:15 UTC 

[PATCH net-next 0/2] Ease nsid allocation
 2019-10-09 13:48 UTC  (7+ messages)
` [PATCH net] netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
    ` [PATCH net v2] "

[RFC PATCH 00/13] vsock: add multi-transports support
 2019-10-09 13:29 UTC  (12+ messages)
` [RFC PATCH 09/13] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [RFC PATCH 10/13] vsock: add multi-transports support
` [RFC PATCH 11/13] vsock: add 'transport_hg' to handle g2h\h2g transports
` [RFC PATCH 12/13] vsock: prevent transport modules unloading
` [RFC PATCH 13/13] vsock: fix bind() behaviour taking care of CID

[PATCH] net/ethernet: xgmac don't set .driver twice
 2019-10-09 13:26 UTC 

[PATCH 1/7] can: rx-offload: continue on error
 2019-10-09 13:18 UTC  (2+ messages)

[PATCH RESEND] rtlwifi: rtl8192ee: Remove set but not used variable 'err'
 2019-10-09 13:06 UTC  (5+ messages)

RTL8169 question
 2019-10-09 12:20 UTC  (2+ messages)

[patch iproute2-next v3 0/2] ip: add support for alternative names
 2019-10-09 12:49 UTC  (3+ messages)
` [patch iproute2-next v3 1/2] ip: add support for alternative name addition/deletion/list
` [patch iproute2-next v3 2/2] ip: allow to use alternative names as handle

[patch iproute2-next v2 0/2] ip: add support for alternative names
 2019-10-09 12:41 UTC  (4+ messages)
` [patch iproute2-next v2 2/2] ip: allow to use alternative names as handle


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