netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-05 18:39:08 to 2019-04-07 02:51:35 UTC [more...]

[PATCH/RFC bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-04-07  2:51 UTC  (7+ 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-07  2:45 UTC  (9+ messages)

[PATCH net] net: vrf: Fix ping failed when vrf mtu is set to 0
 2019-04-07  2:29 UTC  (3+ messages)

[PATCH net 00/14] net: hsr: improvements and bug fixes
 2019-04-07  1:32 UTC  (2+ messages)

[PATCH net-next] selftests: forwarding: test for bridge mcast traffic after report and leave
 2019-04-07  1:30 UTC  (2+ messages)

[PATCH][next] net: hns: fix unsigned comparison to less than zero
 2019-04-07  1:29 UTC  (2+ messages)

[PATCH v2 0/2] Support runtime changes of vendor mac passthu policy
 2019-04-07  1:22 UTC  (2+ messages)

[PATCH] tcp: remove redundant check on tskb
 2019-04-07  1:18 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: phy: add Amlogic g12a support
 2019-04-07  1:17 UTC  (2+ messages)

[PATCH net] netdevice: Fix promiscuity and allmulti negative overflow
 2019-04-07  1:14 UTC  (2+ messages)

[PATCH] virtio-net: Fix some minor formatting errors
 2019-04-07  1:10 UTC  (2+ messages)

[PATCH] virtio-net: Remove inclusion of pci.h
 2019-04-07  1:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] writable contexts for bpf raw tracepoints
 2019-04-07  0:13 UTC  (8+ 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 bpf-next v4 00/16] BPF support for global data
 2019-04-06 23:55 UTC  (22+ 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 1/2 net] NFC: nci: Add some bounds checking in nci_hci_cmd_received()
 2019-04-06 22:04 UTC  (4+ messages)
` [PATCH 2/2 net] nfc: nci: Potential off by one in ->pipes[] array

[PATCH net-next] net: phy: improve link partner capability detection
 2019-04-06 20:21 UTC  (18+ messages)

[PATCH net-next] net: phy: fix autoneg mismatch case in genphy_read_status
 2019-04-06 17:57 UTC  (4+ messages)

cellular modem driver APIs
 2019-04-06 17:22 UTC  (9+ messages)

[PATCH v3 bpf-next 00/21] bpf: Sysctl hook
 2019-04-06 17:02 UTC  (24+ 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] ipv6: un-do: defrag: drop non-last frags smaller than min mtu
 2019-04-06 16:34 UTC  (5+ messages)

[PATCH net-next] af_unix: preserve position of fd-associated bytes in stream
 2019-04-06 16:33 UTC 

[PATCH net] net: thunderx: don't allow jumbo frames with XDP
 2019-04-06 16:19 UTC  (5+ messages)

[PATCH net 0/2] fix possible use-after-free in erspan_v{4,6}
 2019-04-06 15:16 UTC  (3+ messages)
` [PATCH net 1/2] net: ip_gre: fix possible use-after-free in erspan_rcv
` [PATCH net 2/2] net: ip6_gre: fix possible use-after-free in ip6erspan_rcv

[PATCH 00/12] Add support for Orange Pi 3
 2019-04-06 10:24 UTC  (14+ 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/12] code optimizations & bugfixes for HNS3 driver
 2019-04-06  7:43 UTC  (13+ messages)
` [PATCH net-next 01/12] net: hns3: set vport alive state to default while resetting
` [PATCH net-next 02/12] net: hns3: set up the vport alive state while reinitializing
` [PATCH net-next 03/12] net: hns3: not reset vport who not alive when PF reset
` [PATCH net-next 04/12] net: hns3: adjust the timing of hns3_client_stop when unloading
` [PATCH net-next 05/12] net: hns3: deactive the reset timer when reset successfully
` [PATCH net-next 06/12] net: hns3: ignore lower-level new coming reset
` [PATCH net-next 07/12] net: hns3: do not request reset when hardware resetting
` [PATCH net-next 08/12] net: hns3: handle pending reset while reset fail
` [PATCH net-next 09/12] net: hns3: stop mailbox handling when command queue need re-init
` [PATCH net-next 10/12] net: hns3: add error handler for initializing command queue
` [PATCH net-next 11/12] net: hns3: remove resetting check in hclgevf_reset_task_schedule
` [PATCH net-next 12/12] net: hns3: fix keep_alive_timer not stop problem

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

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

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-05 23:38 UTC  (3+ messages)

[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 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 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  (17+ 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).