netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-04 21:40:13 to 2019-04-05 21:00:08 UTC [more...]

[PATCH bpf-next v4 00/16] BPF support for global data
 2019-04-05 20:59 UTC  (5+ messages)
` [PATCH bpf-next v4 04/16] bpf: add syscall side map freeze support
` [PATCH bpf-next v4 06/16] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v4 12/16] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v4 15/16] bpf, selftest: test global data/bss/rodata sections

[PATCH net-next] net: phy: improve link partner capability detection
 2019-04-05 20:51 UTC  (7+ messages)

[pull request][net-next 00/15] Mellanox, mlx5 updates 2019-04-02
 2019-04-05 20:50 UTC  (7+ messages)
` [net-next 07/15] net/mlx5e: Use helpers to get headers criteria and value pointers
` [net-next 13/15] net/mlx5: A write memory barrier is sufficient in EQ ci update

[PATCH/RFC bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-04-05 20:44 UTC  (4+ messages)
` [PATCH/RFC bpf-next 04/16] bpf: mark sub-register writes that really need zero extension to high bits

[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
 2019-04-05 20:40 UTC  (2+ messages)

[RFC 1/7] netlink: expose policy to userspace
 2019-04-05 20:11 UTC  (8+ messages)
` [RFC 1/7] nl80211: fix NL80211_ATTR_FTM_RESPONDER policy
` [RFC 2/7] netlink: remove type-unsafe validation_data pointer
` [RFC 3/7] netlink: extend policy range validation
` [RFC 4/7] netlink: allow NLA_MSECS to have "
` [RFC 5/7] netlink: remove NLA_EXACT_LEN_WARN
` [RFC 6/7] netlink: factor out policy range helpers
` [RFC 7/7] netlink: add infrastructure to expose policies to userspace

[Patch net v2 0/3] bluetooth: validate packet boundary carefully
 2019-04-05 20:09 UTC  (5+ messages)
` [Patch net v2 2/3] bluetooth: validate HCI_EV_LE_META packet carefully

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

[PATCH iproute2] ip: support for xfrm interfaces
 2019-04-05 19:46 UTC  (3+ messages)
` [iproute2] "

[PATCH v3 bpf-next 00/21] bpf: Sysctl hook
 2019-04-05 19:35 UTC  (22+ messages)
` [PATCH v3 bpf-next 01/21] bpf: Add base proto function for cgroup-bpf programs
` [PATCH v3 bpf-next 02/21] bpf: Sysctl hook
` [PATCH v3 bpf-next 03/21] bpf: Introduce bpf_sysctl_get_name helper
` [PATCH v3 bpf-next 04/21] bpf: Introduce bpf_sysctl_get_current_value helper
` [PATCH v3 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
` [PATCH v3 bpf-next 06/21] bpf: Add file_pos field to bpf_sysctl ctx
` [PATCH v3 bpf-next 07/21] bpf: Sync bpf.h to tools/
` [PATCH v3 bpf-next 08/21] libbpf: Support sysctl hook
` [PATCH v3 bpf-next 09/21] selftests/bpf: Test sysctl section name
` [PATCH v3 bpf-next 10/21] selftests/bpf: Test BPF_CGROUP_SYSCTL
` [PATCH v3 bpf-next 11/21] selftests/bpf: Test bpf_sysctl_get_name helper
` [PATCH v3 bpf-next 12/21] selftests/bpf: Test sysctl_get_current_value helper
` [PATCH v3 bpf-next 13/21] selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
` [PATCH v3 bpf-next 14/21] selftests/bpf: Test file_pos field in bpf_sysctl ctx
` [PATCH v3 bpf-next 15/21] bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
` [PATCH v3 bpf-next 16/21] bpf: Introduce bpf_strtol and bpf_strtoul helpers
` [PATCH v3 bpf-next 17/21] bpf: Sync bpf.h to tools/
` [PATCH v3 bpf-next 18/21] selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
` [PATCH v3 bpf-next 19/21] selftests/bpf: Test ARG_PTR_TO_LONG arg type
` [PATCH v3 bpf-next 20/21] selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
` [PATCH v3 bpf-next 21/21] selftests/bpf: C based test for sysctl and strtoX

[PATCH net] r8169: switch off ASPM by default and add sysfs attribute to control ASPM
 2019-04-05 19:28 UTC  (9+ messages)

[PATCH 1/4] net/x25: call skb_reset_network_header where needed
 2019-04-05 19:15 UTC  (5+ messages)
` [PATCH 2/4] wan/hdlc_x25: fix skb handling

[PATCH net] r8169: disable ASPM again
 2019-04-05 18:46 UTC 

[PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-05 18:38 UTC  (18+ messages)

[PATCH net-next] net: sched: flower: insert filter to ht before offloading it to hw
 2019-04-05 17:56 UTC 

[PATCH net-next] net: phy: fix autoneg mismatch case in genphy_read_status
 2019-04-05 17:40 UTC  (3+ messages)

[PATCH net 00/14] net: hsr: improvements and bug fixes
 2019-04-05 17:31 UTC  (15+ messages)
` [PATCH net 01/14] net: hsr: fix lines exceeding 80 characters
` [PATCH net 02/14] net: hsr: fix multiple blank lines in the code
` [PATCH net 03/14] net: hsr: remove unnecessary paranthesis from "
` [PATCH net 04/14] net: hsr: fix alignment issues in the code for functions
` [PATCH net 05/14] net: hsr: fix lines that ends with a '('
` [PATCH net 06/14] net: hsr: fix NULL checks in the code
` [PATCH net 07/14] net: hsr: remove unnecessary space after a cast
` [PATCH net 08/14] net: hsr: fix placement of logical operator in a multi-line statement
` [PATCH net 09/14] net: hsr: add missing space around operator in code
` [PATCH net 10/14] net: hsr: remove camel case usage in the code
` [PATCH net 11/14] net: hsr: add blank line after function declaration
` [PATCH net 12/14] net: hsr: convert to SPDX identifier
` [PATCH net 13/14] net: hsr: add debugfs support for display node list
` [PATCH net 14/14] net: hsr: Fix node prune function for forget time expiry

bridge mdb json output broken/invalid
 2019-04-05 16:52 UTC  (2+ messages)

[PATCH net] ipv6: un-do: defrag: drop non-last frags smaller than min mtu
 2019-04-05 16:22 UTC  (3+ messages)

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-05 15:56 UTC  (25+ messages)
` [PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs
` [PATCH net-next 02/18] ipv6: Add neighbor helpers that use the ipv6 stub
` [PATCH net-next 03/18] net: Replace nhc_has_gw with nhc_gw_family
` [PATCH net-next 04/18] ipv4: Prepare rtable for IPv6 gateway
` [PATCH net-next 05/18] ipv4: Prepare fib_config "
` [PATCH net-next 06/18] ipv4: Add support to rtable for ipv6 gateway
` [PATCH net-next 07/18] ipv4: Add support to fib_config for IPv6 gateway
` [PATCH net-next 08/18] ipv4: Refactor fib_check_nh
` [PATCH net-next 09/18] ipv4: Add fib_check_nh_v6_gw
` [PATCH net-next 11/18] ipv4: Add helpers for neigh lookup for nexthop
` [PATCH net-next 16/18] ipv4: Flag fib_info with a fib_nh using IPv6 gateway

[PATCH net] net: thunderx: don't allow jumbo frames with XDP
 2019-04-05 15:45 UTC  (4+ messages)

[PATCH net-next] selftests: forwarding: test for bridge mcast traffic after report and leave
 2019-04-05 15:40 UTC 

[PATCH 0/6] stricter netlink validation
 2019-04-05 15:40 UTC  (10+ messages)
` [PATCH 4/6] netlink: add strict parsing for future attributes

[PATCH net-next] rxrpc: Mark expected switch fall-through
 2019-04-05 15:15 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: fix build with new clang
 2019-04-05 15:03 UTC  (2+ messages)

[PATCH v3 bpf-next 0/7] bpf: Fix indirect var_off stack access support
 2019-04-05 15:03 UTC  (2+ messages)

[PATCH] ath10k: Don't log a traceback on invalid event IDs
 2019-04-05 14:30 UTC  (2+ messages)

[PATCH][next] net: hns: fix unsigned comparison to less than zero
 2019-04-05 14:10 UTC  (2+ messages)

[PATCH 3/5] mt76: fix a leaked reference by adding a missing of_node_put
 2019-04-05 13:15 UTC  (2+ messages)

[PATCH for-stable] sch_cake: Simplify logic in cake_select_tin()
 2019-04-05 13:01 UTC 

XFRM offload with logical interfaces
 2019-04-05 12:37 UTC 

BUG: using __this_cpu_read() in preemptible code in ip6_finish_output
 2019-04-05 12:36 UTC  (7+ messages)
  ` [PATCH net-next] net: use correct this_cpu primitive in dev_recursion_level

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-05 12:30 UTC  (13+ messages)
` [PATCH v6 04/20] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v6 10/20] x86/split_lock: Handle #AC exception for split lock
` [PATCH v6 11/20] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v6 12/20] kvm/vmx: Emulate MSR TEST_CTL

[PATCH net] net/sched: fix ->get helper of the matchall cls
 2019-04-05 12:20 UTC  (2+ messages)
` [PATCH net] selftests: add a tc matchall test case

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-04-05 11:32 UTC  (7+ messages)
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

NAT performance regression caused by vlan GRO support
 2019-04-05 11:00 UTC  (13+ messages)

[GIT] Networking
 2019-04-05 10:21 UTC  (3+ messages)

[PATCH] ptp/ptp_clock.c: Correct input parameter range check
 2019-04-05 10:23 UTC  (3+ messages)

[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
 2019-04-05 10:07 UTC  (16+ messages)
` [PATCH RFC 1/4] vsock/virtio: reduce credit update messages
` [PATCH RFC 2/4] vhost/vsock: split packets to send using multiple buffers
` [PATCH RFC 3/4] vsock/virtio: change the maximum packet size allowed
` [PATCH RFC 4/4] vsock/virtio: increase RX buffer size to 64 KiB

[PATCH net] ipv6: sit: reset ip header pointer in ipip6_rcv
 2019-04-05 10:00 UTC  (3+ messages)

[PATCH net-next v2] tcp: Ensure DCTCP reacts to losses
 2019-04-05  9:23 UTC  (6+ messages)

[PATCH 1/3] net: xilinx: fix possible object reference leak
 2019-04-05  9:18 UTC  (4+ messages)
    ` [1/3] "

[PATCH 3/3] net: ethernet: ti: fix possible object reference leak
 2019-04-05  8:27 UTC  (2+ messages)
` [PATCH 3/3] "

[RFC net-next 1/1] net: sched: fix hw filter offload in tc flower
 2019-04-05  8:02 UTC  (4+ messages)

[PATCH] tcp: remove redundant check on tskb
 2019-04-05  7:46 UTC  (3+ messages)

[PATCH iproute2-next] ip xfrm: support setting/printing XFRMA_IF_ID attribute in states/policies
 2019-04-05  6:59 UTC  (3+ messages)

[PATCH] ath6kl: remove redundant check of status != 0
 2019-04-05  6:50 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net-next tree
 2019-04-05  5:58 UTC 

[PATCH net-next 0/2] sctp: fully support memory accounting
 2019-04-05  4:49 UTC  (5+ messages)

cellular modem driver APIs
 2019-04-05  4:45 UTC  (7+ messages)

[PATCH] mwifiex: Make resume actually do something useful again on SDIO cards
 2019-04-05  3:35 UTC  (4+ messages)

[PATCH] igb: Debugging for setting rate negotiation settings
 2019-04-05  3:16 UTC  (3+ messages)

kernel BUG at net/core/net-sysfs.c:LINE!
 2019-04-05  2:55 UTC  (3+ messages)

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-05  2:32 UTC  (2+ messages)

[PATCH net] ibmvnic: Fix completion structure initialization
 2019-04-05  1:36 UTC  (2+ messages)

[next-queue PATCH v1] igb: Fix limiting the number of queues to number of cpus
 2019-04-05  1:32 UTC  (3+ messages)

[net-next 0/3] tipc: improve TIPC unicast link throughput
 2019-04-05  1:29 UTC  (2+ messages)

[PATCH bpf-next 0/3] writable contexts for bpf raw tracepoints
 2019-04-05  1:17 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: add writable context for "

[PATCH net-next v2 0/2] net: phy: use generic PHY ability readers if callback get_features isn't set
 2019-04-05  0:55 UTC  (2+ messages)

[PATCH net-next] net: bridge: mcast: remove unused br_ip_equal function
 2019-04-05  0:54 UTC  (2+ messages)

Fw: [Bug 203137] New: Bridge does not forward multicast if multicast_querier is enabled
 2019-04-05  0:53 UTC  (3+ messages)
` [PATCH net] net: bridge: always clear mcast matching struct on reports and leaves

[PATCH net-next] Revert "r8169: use netif_receive_skb_list batching"
 2019-04-05  0:47 UTC  (2+ messages)

[PATCH net-next] tcp: Accept ECT on SYN in the presence of RFC8311
 2019-04-05  0:44 UTC  (2+ messages)

[patch net-next v4 00/13] net: extend devlink port attrs with switch ID
 2019-04-05  0:42 UTC  (2+ messages)

[PATCH net] libcxgb: fix incorrect ppmax calculation
 2019-04-05  0:41 UTC  (2+ messages)

[PATCH net-next] net: bridge: optimize backup_port fdb convergence
 2019-04-05  0:40 UTC  (2+ messages)

[PATCH] net: Remove inclusion of pci.h
 2019-04-05  0:38 UTC  (2+ messages)

[PATCH -next] ibmvnic: remove set but not used variable 'netdev'
 2019-04-05  0:37 UTC  (2+ messages)

[PATCH -next] ehea: remove set but not used variables 'epa' and 'cq_handle_ref'
 2019-04-05  0:37 UTC  (2+ messages)

[PATCH -next] net: pasemi: remove set but not used variable 'cpyhdr'
 2019-04-05  0:37 UTC  (2+ messages)

[PATCH -next] ehea: Fix a copy-paste err in ehea_init_port_res
 2019-04-05  0:36 UTC  (2+ messages)

[net-next] tipc: add NULL pointer check
 2019-04-05  0:34 UTC  (2+ messages)

[PATCH net-next 0/3] exthdrs: Make ext. headers & options useful - Part I
 2019-04-05  0:23 UTC  (2+ messages)

[PATCH v2 bpf-next 00/21] bpf: Sysctl hook
 2019-04-05  0:20 UTC  (4+ messages)
` [PATCH v2 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers

[PATCH net-next 1/1] net: sched: ensure tc flower reoffload takes filter ref
 2019-04-05  0:20 UTC  (2+ messages)

[PATCH] vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x
 2019-04-05  0:18 UTC  (2+ messages)

pull-request: bpf 2019-04-04
 2019-04-05  0:05 UTC  (2+ messages)

r8169 driver from kernel 5.0 crashing
 2019-04-04 22:11 UTC  (17+ messages)
` r8169 driver from kernel 5.0 crashing - napi_consume_skb

[PATCH net 0/2] sched: A few small fixes for sch_cake
 2019-04-04 21:55 UTC  (6+ messages)
` [PATCH net 2/2] sch_cake: Make sure we can write the IP header before changing DSCP bits


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