netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-22 13:44:19 to 2019-03-23 01:00:55 UTC [more...]

[RFC bpf-next v3 0/8] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-23  1:00 UTC  (10+ 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 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 bpf-next 1/2] bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
 2019-03-22 23:40 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: tc-bpf flow shaping with EDT

[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

[RFC PATCH 0/1 net-next] net: sched: Introduce conndscp action
 2019-03-22 23:09 UTC  (9+ messages)
` [RFC PATCH 1/1 v2] "

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  (7+ messages)
` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively

[PATCH bpf-next v3 00/13] bpf tc tunneling
 2019-03-22 21:01 UTC  (15+ 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 net-next v2 00/15] devlink: small spring cleanup
 2019-03-22 20:47 UTC  (17+ messages)
` [patch net-next v2 01/15] net: devlink: add couple of missing mutex_destroy() calls
` [patch net-next v2 02/15] bnxt: add missing net/devlink.h include
` [patch net-next v2 03/15] dsa: "
` [patch net-next v2 04/15] bnxt: set devlink port attrs properly
` [patch net-next v2 05/15] bnxt: call devlink_port_type_eth_set() before port register
` [patch net-next v2 06/15] net: devlink: don't take devlink_mutex for devlink_compat_*
` [patch net-next v2 07/15] net: devlink: don't pass return value of __devlink_port_type_set()
` [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

[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

[PATCH 1/2] netfilter: Export nf_ct_{set,destroy}_timeout()
 2019-03-22 17:33 UTC  (2+ messages)
` [PATCH 2/2] openvswitch: Add timeout support to ct action

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

[PATCH v3 net-next 0/3] tcp: add rx/tx cache to reduce lock contention
 2019-03-22 16:55 UTC  (6+ messages)
` [PATCH v3 net-next 1/3] net: convert rps_needed and rfs_needed to new static branch api
` [PATCH v3 net-next 2/3] tcp: add one skb cache for tx
` [PATCH v3 net-next 3/3] tcp: add one skb cache for rx

[PATCH bpf-next v2 00/13] bpf tc tunneling
 2019-03-22 16:31 UTC  (18+ messages)
` [PATCH bpf-next v2 01/13] bpf: in bpf_skb_adjust_room avoid copy in tx fast path
` [PATCH bpf-next v2 02/13] selftests/bpf: bpf tunnel encap test
` [PATCH bpf-next v2 03/13] selftests/bpf: expand bpf tunnel test with decap
` [PATCH bpf-next v2 04/13] selftests/bpf: expand bpf tunnel test to ipv6
` [PATCH bpf-next v2 05/13] selftests/bpf: extend bpf tunnel test with gre
` [PATCH bpf-next v2 06/13] selftests/bpf: extend bpf tunnel test with tso
` [PATCH bpf-next v2 07/13] bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC
` [PATCH bpf-next v2 08/13] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO
` [PATCH bpf-next v2 09/13] bpf: add bpf_skb_adjust_room encap flags
` [PATCH bpf-next v2 10/13] bpf: Sync bpf.h to tools
` [PATCH bpf-next v2 11/13] selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MAC
` [PATCH bpf-next v2 12/13] selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSO
` [PATCH bpf-next v2 13/13] selftests/bpf: convert bpf tunnel test to encap modes

[pull request][net-next V2 00/15] Mellanox, mlx5 updates 2019-03-20
 2019-03-22 16:13 UTC  (2+ messages)

[PATCH] tipc: avoid a clang -Wuninitialized warning
 2019-03-22 16:12 UTC  (2+ messages)

[PATCH] b43: shut up clang -Wuninitialized variable warning
 2019-03-22 16:06 UTC  (3+ messages)

[PATCH net-next 1/3] net: convert rps_needed and rfs_needed to new static branch api
 2019-03-22 16:01 UTC  (2+ messages)

[PATCH net] net: vrf: remove redundant vrf neigh entry
 2019-03-22 15:50 UTC  (2+ messages)

[BACKPORT 4.4.y 00/25] candidates from spreadtrum 4.4 product kernel
 2019-03-22 15:44 UTC  (2+ messages)
` [BACKPORT 4.4.y 18/25] tcp/dccp: drop SYN packets if accept queue is full

Fw: [Bug 202997] New: High UDP traffic results in packet receive errors and system-wide UDP failure
 2019-03-22 15:46 UTC 

[RFC 1/1] net/tun: fdinfo to relate TAP/TUN network interfaces unambiguously with their serving processes
 2019-03-22 15:44 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: dev: BYPASS for lockless qdisc
 2019-03-22 15:24 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: sched: add empty status flag for NOLOCK qdisc
` [PATCH net-next v3 2/2] net: dev: introduce support for sch BYPASS for lockless qdisc

[PATCH] rxrpc: avoid clang -Wuninitialized warning
 2019-03-22 15:22 UTC  (2+ messages)

[PATCH v2 net-next 3/3] tcp: add one skb cache for rx
 2019-03-22 15:20 UTC  (4+ messages)

[PATCH net-next] tcp: add documentation for tcp_ca_state
 2019-03-22 15:03 UTC  (2+ messages)

macb: MID register on SAMA5D2 series?
 2019-03-22 14:58 UTC  (2+ messages)

[PATCH] net: dccp: Checksum verification considering skb->ip_summed
 2019-03-22 14:34 UTC 

[PATCH] genetlink: make policy common to family
 2019-03-22 14:38 UTC  (2+ messages)

[PATCH net-next] r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit
 2019-03-22 14:35 UTC  (2+ messages)

[PATCH net] r8169: don't read interrupt mask register in interrupt handler
 2019-03-22 14:34 UTC  (2+ messages)

-Wsometimes-uninitialized Clang warning in drivers/net/ethernet/broadcom/bnxt/bnxt.c
 2019-03-22 14:32 UTC  (4+ messages)

[PATCH net-next v2] tls: Add SOL_TLS to uapi
 2019-03-22 14:32 UTC  (3+ messages)

[PATCH v2 net-next] net: phy: aquantia: add downshift support
 2019-03-22 14:26 UTC  (2+ messages)

[PATCH] cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_he
 2019-03-22 14:16 UTC  (2+ messages)

[PATCH] iwlwifi: work around clang -Wuninitialized warning
 2019-03-22 14:13 UTC 

[net 1/1] tipc: tipc clang warning
 2019-03-22 14:03 UTC 

[PATCH net-next v2 0/2] net: dev: BYPASS for lockless qdisc
 2019-03-22 13:58 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net: sched: add empty status flag for NOLOCK qdisc
` [PATCH net-next v2 2/2] net: dev: introduce support for sch BYPASS for lockless qdisc

[patch net-next 00/11] devlink: small spring cleanup
 2019-03-22 13:44 UTC  (7+ messages)
` [patch net-next 02/11] bnxt: add missing net/devlink.h include
` [patch net-next 06/11] net: devlink: don't take devlink_mutex for devlink_compat_*

[PATCH v2] dccp: Fix memleak in __feat_register_sp
 2019-03-22 13:43 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).