netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-05 12:59:09 to 2019-04-06 06:56:35 UTC [more...]

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

[PATCH net-next] net: sched: flower: insert filter to ht before offloading it to hw
 2019-04-06  5:59 UTC  (2+ messages)

[PATCH bpf-next v4 00/16] BPF support for global data
 2019-04-06  5:57 UTC  (19+ messages)
` [PATCH bpf-next v4 01/16] bpf: implement lookup-free direct value access for maps
` [PATCH bpf-next v4 02/16] bpf: do not retain flags that are not tied to map lifetime
` [PATCH bpf-next v4 03/16] bpf: add program side {rd,wr}only support for maps
` [PATCH bpf-next v4 04/16] bpf: add syscall side map freeze support
` [PATCH bpf-next v4 05/16] bpf: allow . char as part of the object name
` [PATCH bpf-next v4 06/16] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v4 07/16] bpf: kernel side support for BTF Var and DataSec
` [PATCH bpf-next v4 08/16] bpf: allow for key-less BTF in array map
` [PATCH bpf-next v4 09/16] bpf: sync {btf,bpf}.h uapi header from tools infrastructure
` [PATCH bpf-next v4 10/16] bpf, libbpf: refactor relocation handling
` [PATCH bpf-next v4 11/16] bpf, libbpf: support global data/bss/rodata sections
` [PATCH bpf-next v4 12/16] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v4 13/16] bpf: bpftool support for dumping data/bss/rodata sections
` [PATCH bpf-next v4 14/16] bpf, selftest: test {rd,wr}only flags and direct value access
` [PATCH bpf-next v4 15/16] bpf, selftest: test global data/bss/rodata sections
` [PATCH bpf-next v4 16/16] bpf, selftest: add test cases for BTF Var and DataSec

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

[PATCH bpf-next v2 0/5] writable contexts for bpf raw tracepoints
 2019-04-05 23:55 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] bpf: add writable context for "
` [PATCH bpf-next v2 2/5] nbd: trace sending nbd requests
` [PATCH bpf-next v2 3/5] nbd: add tracepoints for send/receive timing
` [PATCH bpf-next v2 4/5] tools: sync bpf.h
` [PATCH bpf-next v2 5/5] selftests: bpf: test writable buffers in raw tps

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

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-05 23:38 UTC  (24+ messages)
` [PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs
` [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 v2 net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-05 23:30 UTC  (19+ messages)
` [PATCH v2 net-next 01/18] ipv6: Add fib6_nh_init and release to stubs
` [PATCH v2 net-next 02/18] ipv6: Add neighbor helpers that use the ipv6 stub
` [PATCH v2 net-next 03/18] net: Replace nhc_has_gw with nhc_gw_family
` [PATCH v2 net-next 04/18] ipv4: Prepare rtable for IPv6 gateway
` [PATCH v2 net-next 05/18] ipv4: Prepare fib_config "
` [PATCH v2 net-next 06/18] ipv4: Add support to rtable for ipv6 gateway
` [PATCH v2 net-next 07/18] ipv4: Add support to fib_config for IPv6 gateway
` [PATCH v2 net-next 08/18] ipv4: Refactor fib_check_nh
` [PATCH v2 net-next 09/18] ipv4: Add fib_check_nh_v6_gw
` [PATCH v2 net-next 10/18] neighbor: Add skip_cache argument to neigh_output
` [PATCH v2 net-next 11/18] ipv4: Add helpers for neigh lookup for nexthop
` [PATCH v2 net-next 12/18] bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup
` [PATCH v2 net-next 13/18] ipv4: Handle ipv6 gateway in ipv4_confirm_neigh
` [PATCH v2 net-next 14/18] ipv4: Handle ipv6 gateway in fib_detect_death
` [PATCH v2 net-next 15/18] ipv4: Handle ipv6 gateway in fib_good_nh
` [PATCH v2 net-next 16/18] ipv4: Flag fib_info with a fib_nh using IPv6 gateway
` [PATCH v2 net-next 17/18] ipv4: Allow ipv6 gateway with ipv4 routes
` [PATCH v2 net-next 18/18] selftests: fib_tests: Add tests for ipv6 gateway with ipv4 route

[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
 2019-04-05 22:13 UTC  (7+ messages)

[PATCH net-next] net: phy: improve link partner capability detection
 2019-04-05 21:54 UTC  (15+ messages)

[PATCH v3 iproute2] ip: support for xfrm interfaces
 2019-04-05 22:08 UTC  (2+ messages)

[RFC] netlink: limit recursion depth in policy validation
 2019-04-05 21:24 UTC 

[PATCH iproute2] q_cake: Add support for setting the fwmark option
 2019-04-05 22:02 UTC  (2+ messages)

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

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

[PATCH] mwl8k: fix error handling in mwl8k_post_cmd()
 2019-04-05 21:26 UTC 

[PATCH net-next 2/3] exthdrs: Move generic EH functions to exthdrs_core.c
 2019-04-05 21:28 UTC  (2+ messages)

[pull request][net-next V2 00/15] Mellanox, mlx5 updates 2019-04-02
 2019-04-05 21:17 UTC  (16+ messages)
` [net-next V2 01/15] net/mlx5: Handle event of power detection in the PCIE slot
` [net-next V2 02/15] net/mlx5: E-Switch, Fix double mutex initialization
` [net-next V2 03/15] net/mlx5e: Make the log friendly when decapsulation offload not supported
` [net-next V2 04/15] net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()
` [net-next V2 05/15] net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr
` [net-next V2 06/15] net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported action
` [net-next V2 07/15] net/mlx5e: Use helpers to get headers criteria and value pointers
` [net-next V2 08/15] net/mlx5e: Deny VLAN rewrite if there is no VLAN header match
` [net-next V2 09/15] net/mlx5e: Allow VLAN rewrite of prio field with the same match
` [net-next V2 10/15] net/mlx5e: Offload TC e-switch rules with egress VLAN device
` [net-next V2 11/15] net/mlx5e: Offload TC e-switch rules with ingress "
` [net-next V2 12/15] net/mlx5e: Do not rewrite fields with the same match
` [net-next V2 13/15] net/mlx5: A write memory barrier is sufficient in EQ ci update
` [net-next V2 14/15] net/mlx5e: Obsolete param field holding a constant value
` [net-next V2 15/15] net/mlx5e: Unify logic of MTU boundaries

[PATCH iproute2] ip: support for xfrm interfaces
 2019-04-05 21:16 UTC  (5+ messages)
` [iproute2] "

[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

[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 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 2/4] wan/hdlc_x25: fix skb handling
 2019-04-05 19:15 UTC  (4+ messages)

[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: 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] 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  (8+ 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 


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