netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-22 16:00:30 to 2019-05-22 20:00:34 UTC [more...]

[PATCH net-next] neighbor: Add tracepoint to __neigh_create
 2019-05-22 19:22 UTC 

[PATCH AUTOSEL 5.1 010/375] batman-adv: mcast: fix multicast tt/tvlv worker locking
 2019-05-22 19:16 UTC  (9+ messages)
` [PATCH AUTOSEL 5.1 040/375] net/mlx5: E-Switch, Use atomic rep state to serialize state change
` [PATCH AUTOSEL 5.1 060/375] iwlwifi: pcie: don't crash on invalid RX interrupt
` [PATCH AUTOSEL 5.1 067/375] net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
` [PATCH AUTOSEL 5.1 069/375] net: hns3: fix pause configure fail problem
` [PATCH AUTOSEL 5.1 070/375] net: hns3: fix for TX clean num when cleaning TX BD
` [PATCH AUTOSEL 5.1 071/375] net: phy: improve genphy_soft_reset
` [PATCH AUTOSEL 5.1 074/375] net: hns3: use atomic_t replace u32 for arq's count
` [PATCH AUTOSEL 5.1 076/375] mac80211/cfg80211: update bss channel on channel switch

[PATCH AUTOSEL 5.0 002/317] cxgb4: Fix error path in cxgb4_init_module
 2019-05-22 19:27 UTC  (26+ messages)
` [PATCH AUTOSEL 5.0 009/317] batman-adv: mcast: fix multicast tt/tvlv worker locking
` [PATCH AUTOSEL 5.0 010/317] tools/bpf: fix perf build error with uClibc (seen on ARC)
` [PATCH AUTOSEL 5.0 011/317] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
` [PATCH AUTOSEL 5.0 012/317] bpftool: exclude bash-completion/bpftool from .gitignore pattern
` [PATCH AUTOSEL 5.0 013/317] ice: Separate if conditions for ice_set_features()
` [PATCH AUTOSEL 5.0 017/317] net: ena: gcc 8: fix compilation warning
` [PATCH AUTOSEL 5.0 018/317] net: ena: fix: set freed objects to NULL to avoid failing future allocations
` [PATCH AUTOSEL 5.0 019/317] hv_netvsc: fix race that may miss tx queue wakeup
` [PATCH AUTOSEL 5.0 021/317] Bluetooth: Ignore CC events not matching the last HCI command
` [PATCH AUTOSEL 5.0 035/317] brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()
` [PATCH AUTOSEL 5.0 048/317] x86/modules: Avoid breaking W^X while loading modules
` [PATCH AUTOSEL 5.0 052/317] iwlwifi: pcie: don't crash on invalid RX interrupt
` [PATCH AUTOSEL 5.0 059/317] net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
` [PATCH AUTOSEL 5.0 061/317] net: hns3: fix for TX clean num when cleaning TX BD
` [PATCH AUTOSEL 5.0 062/317] net: phy: improve genphy_soft_reset
` [PATCH AUTOSEL 5.0 064/317] net: hns3: use atomic_t replace u32 for arq's count
` [PATCH AUTOSEL 5.0 066/317] mac80211/cfg80211: update bss channel on channel switch
` [PATCH AUTOSEL 5.0 068/317] libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
` [PATCH AUTOSEL 5.0 074/317] mwifiex: prevent an array overflow
` [PATCH AUTOSEL 5.0 075/317] rsi: Fix NULL pointer dereference in kmalloc
` [PATCH AUTOSEL 5.0 076/317] net: cw1200: fix a NULL pointer dereference
` [PATCH AUTOSEL 5.0 077/317] at76c50x-usb: Don't register led_trigger if usb_register_driver failed
` [PATCH AUTOSEL 5.0 081/317] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit
` [PATCH AUTOSEL 5.0 095/317] mlxsw: spectrum_router: Prevent ipv6 gateway with v4 route via replace and append

[PATCH net-next 0/2] net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII
 2019-05-22 19:58 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net: phy: aquantia: add USXGMII support

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-22 19:55 UTC  (5+ messages)

[PATCH bpf-next 00/12] BTF-to-C converter
 2019-05-22 19:50 UTC  (13+ messages)
` [PATCH bpf-next 01/12] libbpf: ensure libbpf.h is included along libbpf_internal.h
` [PATCH bpf-next 02/12] libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
` [PATCH bpf-next 03/12] bpftool: use libbpf's btf__parse_elf API
` [PATCH bpf-next 04/12] selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
` [PATCH bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap
` [PATCH bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap
` [PATCH bpf-next 07/12] libbpf: switch btf_dedup() to hashmap for dedup table
` [PATCH bpf-next 08/12] libbpf: add btf_dump API for BTF-to-C conversion
` [PATCH bpf-next 09/12] selftests/bpf: add btf_dump BTF-to-C conversion tests
` [PATCH bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump

[PATCH AUTOSEL 4.19 002/244] cxgb4: Fix error path in cxgb4_init_module
 2019-05-22 19:29 UTC  (20+ messages)
` [PATCH AUTOSEL 4.19 007/244] batman-adv: mcast: fix multicast tt/tvlv worker locking
` [PATCH AUTOSEL 4.19 008/244] tools/bpf: fix perf build error with uClibc (seen on ARC)
` [PATCH AUTOSEL 4.19 009/244] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
` [PATCH AUTOSEL 4.19 010/244] bpftool: exclude bash-completion/bpftool from .gitignore pattern
` [PATCH AUTOSEL 4.19 012/244] net: ena: gcc 8: fix compilation warning
` [PATCH AUTOSEL 4.19 013/244] hv_netvsc: fix race that may miss tx queue wakeup
` [PATCH AUTOSEL 4.19 015/244] Bluetooth: Ignore CC events not matching the last HCI command
` [PATCH AUTOSEL 4.19 027/244] brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()
` [PATCH AUTOSEL 4.19 039/244] x86/modules: Avoid breaking W^X while loading modules
` [PATCH AUTOSEL 4.19 043/244] iwlwifi: pcie: don't crash on invalid RX interrupt
` [PATCH AUTOSEL 4.19 052/244] mac80211/cfg80211: update bss channel on channel switch
` [PATCH AUTOSEL 4.19 054/244] libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
` [PATCH AUTOSEL 4.19 058/244] mwifiex: prevent an array overflow
` [PATCH AUTOSEL 4.19 059/244] rsi: Fix NULL pointer dereference in kmalloc
` [PATCH AUTOSEL 4.19 060/244] net: cw1200: fix a NULL pointer dereference
` [PATCH AUTOSEL 4.19 061/244] at76c50x-usb: Don't register led_trigger if usb_register_driver failed
` [PATCH AUTOSEL 4.19 064/244] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit
` [PATCH AUTOSEL 4.19 077/244] mlxsw: spectrum_router: Prevent ipv6 gateway with v4 route via replace and append

[PATCH v2] vmalloc: Fix issues with flush flag
 2019-05-22 19:26 UTC  (5+ messages)

[PATCH bpf-next v2 0/3] bpf: implement bpf_send_signal() helper
 2019-05-22 19:44 UTC  (9+ messages)
` [PATCH bpf-next v2 3/3] tools/bpf: add a selftest for "

[PATCH net 0/3] net/tls: fix device surprise removal with offload
 2019-05-22 19:28 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 002/167] cxgb4: Fix error path in cxgb4_init_module
 2019-05-22 19:26 UTC  (11+ messages)
` [PATCH AUTOSEL 4.14 007/167] tools/bpf: fix perf build error with uClibc (seen on ARC)
` [PATCH AUTOSEL 4.14 009/167] net: ena: gcc 8: fix compilation warning
` [PATCH AUTOSEL 4.14 018/167] brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()
` [PATCH AUTOSEL 4.14 029/167] iwlwifi: pcie: don't crash on invalid RX interrupt
` [PATCH AUTOSEL 4.14 034/167] mac80211/cfg80211: update bss channel on channel switch
` [PATCH AUTOSEL 4.14 035/167] libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
` [PATCH AUTOSEL 4.14 038/167] mwifiex: prevent an array overflow
` [PATCH AUTOSEL 4.14 039/167] net: cw1200: fix a NULL pointer dereference
` [PATCH AUTOSEL 4.14 040/167] at76c50x-usb: Don't register led_trigger if usb_register_driver failed
` [PATCH AUTOSEL 4.14 041/167] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH RFC v2 net-next 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-22 19:29 UTC  (4+ messages)

[PATCH AUTOSEL 4.9 002/114] cxgb4: Fix error path in cxgb4_init_module
 2019-05-22 19:28 UTC  (9+ messages)
` [PATCH AUTOSEL 4.9 005/114] net: ena: gcc 8: fix compilation warning
` [PATCH AUTOSEL 4.9 011/114] brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()
` [PATCH AUTOSEL 4.9 016/114] iwlwifi: pcie: don't crash on invalid RX interrupt
` [PATCH AUTOSEL 4.9 020/114] mac80211/cfg80211: update bss channel on channel switch
` [PATCH AUTOSEL 4.9 023/114] mwifiex: prevent an array overflow
` [PATCH AUTOSEL 4.9 024/114] net: cw1200: fix a NULL pointer dereference
` [PATCH AUTOSEL 4.9 025/114] at76c50x-usb: Don't register led_trigger if usb_register_driver failed
` [PATCH AUTOSEL 4.9 026/114] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH AUTOSEL 4.4 02/92] cxgb4: Fix error path in cxgb4_init_module
 2019-05-22 19:30 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 07/92] brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()
` [PATCH AUTOSEL 4.4 11/92] mac80211/cfg80211: update bss channel on channel switch
` [PATCH AUTOSEL 4.4 14/92] mwifiex: prevent an array overflow
` [PATCH AUTOSEL 4.4 15/92] net: cw1200: fix a NULL pointer dereference
` [PATCH AUTOSEL 4.4 16/92] at76c50x-usb: Don't register led_trigger if usb_register_driver failed
` [PATCH AUTOSEL 4.4 17/92] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH net v2 0/3] Documentation: tls: add offload documentation
 2019-05-22 19:18 UTC  (5+ messages)
` [PATCH net v2 3/3] Documentation: add TLS "

[PATCH net] mISDN: Fix indenting in dsp_cmx.c
 2019-05-22 19:14 UTC  (2+ messages)

[PATCH net-next v2 1/8] dt-bindings: phy: dp83867: Describe how driver behaves w.r.t rgmii delay
 2019-05-22 19:11 UTC  (16+ messages)
` [PATCH net-next v2 2/8] dt-bindings: phy: dp83867: Add documentation for disabling clock output
` [PATCH net-next v2 3/8] net: phy: dp83867: Add ability to disable output clock
` [PATCH net-next v2 4/8] net: phy: dp83867: Rework delay rgmii delay handling
` [PATCH net-next v2 5/8] net: phy: dp83867: Use unsigned variables to store unsigned properties
` [PATCH net-next v2 6/8] net: phy: dp83867: IO impedance is not dependent on RGMII delay
` [PATCH net-next v2 7/8] net: phy: dp83867: Validate FIFO depth property
` [PATCH net-next v2 8/8] net: phy: dp83867: Allocate state struct in probe

[PATCH net-next] selftests: pmtu: Simplify cleanup and namespace names
 2019-05-22 19:11 UTC 

[PATCH net-next] selftests: fib-onlink: Make quiet by default
 2019-05-22 19:09 UTC 

[PATCH net] ocelot: Dont allocate another multicast list, use __dev_mc_sync
 2019-05-22 19:09 UTC  (2+ messages)

[PATCH net v2] Validate required parameters in inet6_validate_link_af
 2019-05-22 19:07 UTC  (2+ messages)

[PATCH net-next] net: Set strict_start_type for routes and rules
 2019-05-22 19:07 UTC 

[PATCH v2 net-next 0/8] net: Export functions for nexthop code
 2019-05-22 19:04 UTC  (9+ messages)
` [PATCH v2 net-next 1/8] ipv6: Add delete route hook to stubs
` [PATCH v2 net-next 2/8] ipv6: Add hook to bump sernum for a route "
` [PATCH v2 net-next 3/8] ipv6: export function to send route updates
` [PATCH v2 net-next 4/8] ipv4: Add "
` [PATCH v2 net-next 5/8] ipv4: export fib_check_nh
` [PATCH v2 net-next 6/8] ipv4: export fib_flush
` [PATCH v2 net-next 7/8] ipv4: export fib_info_update_nh_saddr
` [PATCH v2 net-next 8/8] ipv4: Rename and export nh_update_mtu

[PATCH v7 bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-05-22 18:55 UTC  (17+ messages)
` [PATCH v7 bpf-next 01/16] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v7 bpf-next 02/16] bpf: verifier: mark patched-insn "
` [PATCH v7 bpf-next 03/16] bpf: introduce new mov32 variant for doing explicit zero extension
` [PATCH v7 bpf-next 04/16] bpf: verifier: insert zero extension according to analysis result
` [PATCH v7 bpf-next 05/16] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v7 bpf-next 06/16] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v7 bpf-next 07/16] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v7 bpf-next 08/16] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v7 bpf-next 09/16] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v7 bpf-next 10/16] arm: bpf: eliminate zero extension code-gen
` [PATCH v7 bpf-next 11/16] powerpc: "
` [PATCH v7 bpf-next 12/16] s390: "
` [PATCH v7 bpf-next 13/16] sparc: "
` [PATCH v7 bpf-next 14/16] x32: "
` [PATCH v7 bpf-next 15/16] riscv: "
` [PATCH v7 bpf-next 16/16] nfp: "

[PATCH iproute2 v2] m_mirred: don't bail if the control action is missing
 2019-05-22 18:52 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: T1 support
 2019-05-22 18:47 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: Add support for 100BaseT1 and 1000BaseT1
` [PATCH net-next 2/2] net: phy: Make phy_basic_t1_features use base100t1

[PATCH bpf-next 0/2] net: xdp: refactor the XDP_QUERY_PROG and XDP_QUERY_PROG_HW code
 2019-05-22 18:32 UTC  (4+ messages)
` [PATCH bpf-next 1/2] net: xdp: refactor XDP_QUERY_PROG{,_HW} to netdev

[RFC PATCH v2 net-next 0/3] flow_offload: Re-add per-action statistics
 2019-05-22 18:26 UTC  (16+ messages)

[PATCH] net: phy: lxt: Add suspend/resume support to LXT971 and LXT973
 2019-05-22 18:25 UTC  (2+ messages)

[PATCH bpf] selftests: bpf: add zero extend checks for ALU32 and/or/xor
 2019-05-22 18:13 UTC  (2+ messages)

[PATCH bpf-next] libbpf: emit diff of mismatched public API, if any
 2019-05-22 18:00 UTC  (6+ messages)

[PATCH v2 bpf-next] libbpf: emit diff of mismatched public API, if any
 2019-05-22 17:51 UTC 

[PATCH v4] net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics
 2019-05-22 17:36 UTC  (2+ messages)

[PATCH net-next 0/4] phylink/sfp updates
 2019-05-22 17:34 UTC  (2+ messages)

[PATCH rdma-next v2 00/17] Statistics counter support
 2019-05-22 17:31 UTC  (15+ messages)
` [PATCH rdma-next v2 05/17] RDMA/counter: Add set/clear per-port auto mode support
` [PATCH rdma-next v2 06/17] RDMA/counter: Add "auto" configuration "
` [PATCH rdma-next v2 11/17] RDMA/netlink: Implement counter dumpit calback
` [PATCH rdma-next v2 13/17] RDMA/core: Get sum value of all counters when perform a sysfs stat read
` [PATCH rdma-next v2 17/17] RDMA/nldev: Allow get default counter statistics through RDMA netlink

tc_classid access in skb bpf context
 2019-05-22 17:26 UTC  (3+ messages)

LPC networking track?
 2019-05-22 17:11 UTC  (2+ messages)

[PATCH] hsr: fix don't prune the master node from the node_db
 2019-05-22 17:02 UTC  (2+ messages)

[bpf PATCH v4 0/4] sockmap/ktls fixes
 2019-05-22 16:57 UTC  (3+ messages)
` [bpf PATCH v4 1/4] bpf: tls, implement unhash to avoid transition out of ESTABLISHED

DSA setup IMX6ULL and Marvell 88E6390 with 2 Ethernet Phys - CPU Port is not working
 2019-05-22 16:32 UTC  (2+ messages)

[PATCH net-next v2] cxgb4: Enable hash filter with offload
 2019-05-22 16:16 UTC 

[GIT] Networking
 2019-05-22 16:00 UTC  (2+ 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).