messages from 2019-03-22 16:56:57 to 2019-03-23 21:10:05 UTC [more...]
KASAN: use-after-free Read in rt_cache_valid
2019-03-23 21:10 UTC (2+ messages)
[PATCH v2] rsi: Fix NULL pointer dereference in kmalloc
2019-03-23 20:49 UTC
[patch net-next v2 00/15] devlink: small spring cleanup
2019-03-23 20:31 UTC (11+ messages)
` [patch net-next v2 08/15] mlxsw: Move devlink_port_attrs_set() call before register
` [patch net-next v2 09/15] dsa: move "
` [patch net-next v2 10/15] net: devlink: disallow port_attrs_set() to be called "
` [patch net-next v2 11/15] nfp: move devlink port type set after netdev registration
` [patch net-next v2 12/15] bnxt: set devlink port type after registration
` [patch net-next v2 13/15] net: devlink: warn on setting type on unregistered port
` [patch net-next v2 14/15] net: devlink: add port type spinlock
` [patch net-next v2 15/15] net: devlink: select NET_DEVLINK from drivers
KASAN: use-after-free Write in hci_sock_release
2019-03-23 20:25 UTC (4+ messages)
[PATCH net-next] openvswitch: add seqadj extension when NAT is used
2019-03-23 19:32 UTC (2+ messages)
[PATCH iproute2 0/2] tc: pie: make tc/q_pie.c consistent with the kernel
2019-03-23 18:48 UTC (3+ messages)
` [PATCH iproute2 1/2] tc: pie: change maximum integer value of tc_pie_xstats->prob
` [PATCH iproute2 2/2] tc: pie: update man page
[PATCH net-next] net: dsa: mv88e6xxx: remove unneeded cmode initialization
2019-03-23 18:45 UTC
[PATCH net] net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
2019-03-23 18:41 UTC
WARNING: locking bug in icmp_send
2019-03-23 18:03 UTC (2+ messages)
[RFC PATCH 0/1 net-next] net: sched: Introduce conndscp action
2019-03-23 17:45 UTC (10+ messages)
` [RFC PATCH 1/1 v2] "
kernel BUG at net/core/net-sysfs.c:LINE!
2019-03-23 17:16 UTC (2+ messages)
[PATCH net] tipc: change to check tipc_own_id to return in tipc_net_stop
2019-03-23 16:48 UTC
[PATCH 1/2] netfilter: Export nf_ct_{set,destroy}_timeout()
2019-03-23 16:24 UTC (5+ messages)
` [PATCH 2/2] openvswitch: Add timeout support to ct action
[PATCH bpf-next v2] bpf: silence uninitialized var warning in bpf_skb_net_grow
2019-03-23 16:23 UTC
[RFC bpf-next v3 0/8] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
2019-03-23 16:05 UTC (13+ messages)
` [RFC bpf-next v3 1/8] flow_dissector: allow access only to a subset of __sk_buff fields
` [RFC bpf-next v3 2/8] flow_dissector: switch kernel context to struct bpf_flow_dissector
` [RFC bpf-next v3 3/8] flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
` [RFC bpf-next v3 4/8] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [RFC bpf-next v3 5/8] net: plumb network namespace into __skb_flow_dissect
` [RFC bpf-next v3 6/8] flow_dissector: handle no-skb use case
` [RFC bpf-next v3 7/8] net: pass net argument to the eth_get_headlen
` [RFC bpf-next v3 8/8] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test
[PATCH bpf-next v3 00/13] bpf tc tunneling
2019-03-23 16:03 UTC (17+ messages)
` [PATCH bpf-next v3 01/13] bpf: in bpf_skb_adjust_room avoid copy in tx fast path
` [PATCH bpf-next v3 02/13] selftests/bpf: bpf tunnel encap test
` [PATCH bpf-next v3 03/13] selftests/bpf: expand bpf tunnel test with decap
` [PATCH bpf-next v3 04/13] selftests/bpf: expand bpf tunnel test to ipv6
` [PATCH bpf-next v3 05/13] selftests/bpf: extend bpf tunnel test with gre
` [PATCH bpf-next v3 06/13] selftests/bpf: extend bpf tunnel test with tso
` [PATCH bpf-next v3 07/13] bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC
` [PATCH bpf-next v3 08/13] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO
` [PATCH bpf-next v3 09/13] bpf: add bpf_skb_adjust_room encap flags
` [PATCH bpf-next v3 10/13] bpf: Sync bpf.h to tools
` [PATCH bpf-next v3 11/13] selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MAC
` [PATCH bpf-next v3 12/13] selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSO
` [PATCH bpf-next v3 13/13] selftests/bpf: convert bpf tunnel test to encap modes
[PATCH bpf-next] bpf: silence uninitialized var warning in bpf_skb_net_grow
2019-03-23 16:01 UTC
[PATCH bpf-next 0/7] bpf: Propagate cn to TCP
2019-03-23 15:41 UTC (10+ messages)
` [PATCH bpf-next 1/7] bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY
` [PATCH bpf-next 2/7] bpf: cgroup inet skb programs can return 0 to 3
` [PATCH bpf-next 3/7] bpf: Update __cgroup_bpf_run_filter_skb with cn
` [PATCH bpf-next 4/7] bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
` [PATCH bpf-next 5/7] bpf: sysctl for probe_on_drop
` [PATCH bpf-next 6/7] bpf: Add cn support to hbm_out_kern.c
` [PATCH bpf-next 7/7] bpf: Add more stats to HBM
[PATCH net-next 0/7] net: aquantia: RX performance optimization patches
2019-03-23 15:23 UTC (8+ messages)
` [PATCH net-next 1/7] net: aquantia: optimize rx path using larger preallocated skb len
` [PATCH net-next 2/7] net: aquantia: optimize rx performance by page reuse strategy
` [PATCH net-next 3/7] net: aquantia: Introduce rx refill threshold value
` [PATCH net-next 4/7] net: aquantia: Make RX default frame size 2K
` [PATCH net-next 5/7] net: aquantia: Increase rx ring default size from 1K to 2K
` [PATCH net-next 6/7] net: aquantia: improve LRO configuration
` [PATCH net-next 7/7] net: aquantia: enable driver build for arm64 or compile_test
[PATCH net-next] vti4: eliminated some duplicate code
2019-03-23 14:43 UTC
New ethtool sub-feature and ethtool-netlink
2019-03-23 14:32 UTC (3+ messages)
WARNING: bad unlock balance detected! (3)
2019-03-23 14:14 UTC (2+ messages)
[PATCH net] net: usb: aqc111: Extend HWID table by QNAP device
2019-03-23 13:59 UTC
[PATCH] net: sched: Kconfig: update reference link for PIE
2019-03-23 13:41 UTC
[PATCH net-next] net: phy: aquantia: simplify aqr_config_aneg
2019-03-23 13:35 UTC
[PATCH net-next 0/3] net: phy: aquantia: report Aquantia-specific settings and features
2019-03-23 13:16 UTC (4+ messages)
` [PATCH net-next 1/3] net: phy: aquantia: report remote capabilities if link partner is Aquantia PHY
` [PATCH net-next 2/3] net: phy: aquantia: report PHY details like firmware version
` [PATCH net-next 3/3] net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in use
[BUG][iproute2][5.0] ip route show table default: "Error: ipv4: FIB table does not exist."
2019-03-23 13:00 UTC
[PATCH] iwlwifi: work around clang -Wuninitialized warning
2019-03-23 11:28 UTC (3+ messages)
[PATCH net-next v2] openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode
2019-03-23 11:03 UTC
[PATCH net-next] openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode
2019-03-23 10:01 UTC (4+ messages)
[PATCH net-next 2/2] openvswitch: Add timeout support to ct action
2019-03-23 8:35 UTC (3+ messages)
KASAN: use-after-free Read in bpf_tcp_close (2)
2019-03-23 7:24 UTC (3+ messages)
[PATCH net-next 1/2] netfilter: Export nf_ct_destroy_timeout()
2019-03-23 6:41 UTC (2+ messages)
[PATCH] net: rtlwifi: fix a potential NULL pointer dereference
2019-03-23 6:40 UTC (3+ messages)
WARNING: suspicious RCU usage in xfrm_get_policy
2019-03-23 5:36 UTC (2+ messages)
[PATCH 2/3] net: ethernet: add c45 PHY support in MDIO read/write functions
2019-03-23 4:19 UTC (6+ messages)
` [PATCH v2 2/3] net: ethernet: cadence: "
[PATCH] net: wireless: fix missing checks for ioremap
2019-03-23 3:58 UTC (2+ messages)
[PATCH v2] net: mwifiex: fix a NULL pointer dereference
2019-03-23 3:57 UTC (2+ messages)
[PATCH] net: fjes: fix potential NULL pointer dereferences
2019-03-23 3:52 UTC (2+ messages)
` [PATCH v2] "
[PATCH] net: stmmac: fix a potential NULL pointer dereference
2019-03-23 3:39 UTC
[PATCH] net: ocelot_board: fix a NULL pointer dereference
2019-03-23 3:33 UTC (4+ messages)
[PATCH] net: fm10k: fix a potential NULL pointer dereference
2019-03-23 3:26 UTC (2+ messages)
[PATCH] net: liquidio: fix NULL pointer dereferences
2019-03-23 3:24 UTC (2+ messages)
` [PATCH v2] "
[PATCH] net: spi: fix a potential NULL pointer dereference
2019-03-23 3:10 UTC (2+ messages)
[PATCH net] net: vrf: remove redundant vrf neigh entry
2019-03-23 1:58 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
2019-03-23 1:43 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: tc-bpf flow shaping with EDT
r8169 only works in promisc mode
2019-03-23 1:26 UTC (2+ messages)
[PATCH bpf v2 0/2] libbpf fix up and clarify version info
2019-03-23 0:59 UTC (4+ messages)
` [PATCH bpf v2 1/2] bpf, libbpf: fix version info and add it to shared object
` [PATCH bpf v2 2/2] bpf, libbpf: clarify bump in libbpf version info
INFO: task hung in tls_sw_free_resources_tx
2019-03-23 0:56 UTC (2+ messages)
[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
2019-03-23 0:40 UTC (12+ messages)
[PATCH bpf 0/2] libbpf fix up and clarify version info
2019-03-23 0:38 UTC (7+ messages)
` [PATCH bpf 1/2] bpf, libbpf: fix version info and add it to shared object
` [PATCH bpf 2/2] bpf, libbpf: clarify bump in libbpf version info
[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
2019-03-23 0:37 UTC (12+ messages)
[Patch net v2] xfrm: clean up xfrm protocol checks
2019-03-22 23:26 UTC
[PATCH net-next v9 00/19] WireGuard: Secure Network Tunnel
2019-03-22 23:17 UTC (3+ messages)
` [PATCH net-next v9 05/19] zinc: ChaCha20 ARM and ARM64 implementations
INFO: task hung in vivid_stop_generating_vid_cap
2019-03-22 22:45 UTC
[PATCH v2 bpf-next 1/3] bpf: add bpf_progenyof helper
2019-03-22 22:42 UTC (8+ messages)
` [PATCH v3 bpf-next 0/3] "
` [PATCH v4 "
` [PATCH v4 bpf-next 1/3] "
` [PATCH v4 bpf-next 2/3] bpf: sync kernel uapi headers
` [PATCH v4 bpf-next 3/3] bpf: add tests for bpf_progenyof
[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
2019-03-22 22:15 UTC (13+ messages)
` [RESEND 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [RESEND 2/7] mm/gup: Change write parameter to flags in fast walk
` [RESEND 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [RESEND 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [RESEND 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [RESEND 6/7] IB/qib: "
[BISECTED, REGRESSION] Broken networking on MIPS/OCTEON EdgeRouter Lite
2019-03-22 21:41 UTC (5+ messages)
[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
2019-03-22 21:30 UTC (6+ messages)
` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
[PATCH ipsec/vti 0/2] Fragmentation of IPv4 in VTI
2019-03-22 20:46 UTC (4+ messages)
r8169 driver from kernel 5.0 crashing
2019-03-22 20:44 UTC (17+ messages)
` r8169 driver from kernel 5.0 crashing - napi_consume_skb
Where to submit this?
2019-03-22 20:40 UTC (2+ messages)
[net-next PATCH v3 0/8] Add busy poll support for epoll
2019-03-22 19:25 UTC (8+ messages)
` [net-next PATCH v3 4/8] net: Change return type of sk_busy_loop from bool to void
[PATCH net-next 2/3] tcp: add one skb cache for tx
2019-03-22 19:07 UTC (2+ messages)
[pull request][net-next V3 00/14] Mellanox, mlx5 updates 2019-03-20
2019-03-22 19:12 UTC (15+ messages)
` [net-next V3 01/14] net/mlx5: Simplify sriov enable/disable flow
` [net-next V3 02/14] net/mlx5: Rename total_vfs to total_vports
` [net-next V3 03/14] net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API
` [net-next V3 04/14] net/mlx5: Fix compilation warning in eq.c
` [net-next V3 05/14] net/mlx5e: Fix port buffer function documentation format
` [net-next V3 06/14] net/mlx5e: Fix compilation warning in en_tc.c
` [net-next V3 07/14] net/mlx5e: Remove redundant assignment
` [net-next V3 08/14] net: Move the definition of the default Geneve udp port to public header file
` [net-next V3 09/14] net/mlx5e: Take SW parser code to a separate function
` [net-next V3 10/14] net/mlx5e: TX, Add geneve tunnel stateless offload support
` [net-next V3 11/14] net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file
` [net-next V3 12/14] net/mlx5e: Add VLAN ID rewrite fields
` [net-next V3 13/14] net/mlx5e: Support VLAN modify action
` [net-next V3 14/14] net/mlx5e: Replace TC VLAN pop and push actions with VLAN modify
[PATCH net] net: phy: don't clear BMCR in genphy_soft_reset
2019-03-22 19:00 UTC
[PATCH 0/7] net/core patches for kernel v5.2
2019-03-22 18:46 UTC (3+ messages)
` [PATCH 7/7] net/utils: Use strlcpy() instead of open-coding it
[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-03-22
2019-03-22 17:33 UTC (16+ messages)
` [net-next 01/15] ice: Enable MAC anti-spoof by default
` [net-next 02/15] ice: Fix issue reclaiming resources back to the pool after reset
` [net-next 03/15] ice: fix static analysis warnings
` [net-next 04/15] ice: Remove unused function prototype
` [net-next 05/15] ice: Fix issue reconfiguring VF queues
` [net-next 06/15] ice: fix the divide by zero issue
` [net-next 07/15] ice: fix some function prototype and signature style issues
` [net-next 08/15] ice: Remove unused vsi_id field
` [net-next 09/15] ice: code cleanup in ice_sched.c
` [net-next 10/15] ice: Add support for PF/VF promiscuous mode
` [net-next 11/15] ice: Enable LAN_EN for the right recipes
` [net-next 12/15] ice: Do not set LB_EN for prune switch rules
` [net-next 13/15] ice: Set LAN_EN for all directional rules
` [net-next 14/15] ice: Don't let VF know that it is untrusted
` [net-next 15/15] ice: Get VF VSI instances directly via PF
[PATCH net v2 1/1] net: sched: fix cleanup NULL pointer exception in act_mirr
2019-03-22 17:21 UTC (2+ messages)
[iproute2 PATCH] ip: bridge: add mcast to unicast config flag
2019-03-22 17:07 UTC (2+ messages)
[PATCH net-next] ipv6: Move ipv6 stubs to a separate header file
2019-03-22 17:04 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).