netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 22:06:56 to 2020-07-23 10:54:24 UTC [more...]

[PATCH v1 0/2] ptp: Add generic header parsing function
 2020-07-23 10:54 UTC  (4+ messages)
` [PATCH v1 1/2] ptp: Add generic ptp v2 "
` [PATCH v1 2/2] net: dsa: mv88e6xxx: Use generic ptp "

[PATCH] Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier
 2020-07-23 10:47 UTC 

[PATCH net-next v5] net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)
 2020-07-23 10:28 UTC  (3+ messages)

[PATCH net-next 0/2] net: openvswitch: masks cache enhancements
 2020-07-23 10:15 UTC  (5+ messages)
` [PATCH net-next 2/2] net: openvswitch: make masks cache size configurable

[PATCH bpf v2 0/2] Fix narrow loads from an offset outside of target field
 2020-07-23  9:59 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Load zeros for narrow loads beyond "
` [PATCH bpf v2 2/2] selftests/bpf: Add test for narrow loads from context at an offset

[PATCH net-next v2] sfc: convert to new udp_tunnel infrastructure
 2020-07-23  9:47 UTC  (2+ messages)

[PATCH net-next] sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing
 2020-07-23  9:22 UTC  (3+ messages)

get rid of the address_space override in setsockopt v2
 2020-07-23  8:39 UTC  (29+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 03/26] bpfilter: reject kernel addresses
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 05/26] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 06/26] net: switch sock_setbindtodevice "
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
  ` [MPTCP] "
` [PATCH 09/26] net/xfrm: switch xfrm_user_policy "
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 11/26] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 12/26] netfilter: switch nf_setsockopt "
` [PATCH 13/26] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 14/26] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 16/26] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 17/26] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 20/26] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

INFO: task hung in ovs_exit_net
 2020-07-23  8:31 UTC  (2+ messages)
` [ovs-dev] "

INFO: task hung in ovs_dp_masks_rebalance
 2020-07-23  8:30 UTC  (2+ messages)
` [ovs-dev] "

[PATCH v2 0/8] Hirschmann Hellcreek DSA driver
 2020-07-23  8:17 UTC  (9+ messages)
` [PATCH v2 1/8] net: dsa: Add tag handling for Hirschmann Hellcreek switches
` [PATCH v2 2/8] net: dsa: Add DSA driver "
` [PATCH v2 3/8] net: dsa: hellcreek: Add PTP clock support
` [PATCH v2 4/8] net: dsa: hellcreek: Add support for hardware timestamping
` [PATCH v2 5/8] net: dsa: hellcreek: Add TAPRIO offloading support
` [PATCH v2 6/8] net: dsa: hellcreek: Add PTP status LEDs
` [PATCH v2 7/8] dt-bindings: Add vendor prefix for Hirschmann
` [PATCH v2 8/8] dt-bindings: net: dsa: Add documentation for Hellcreek switches

[PATCH net-next v2 0/7] Add an MDIO sub-node under MACB
 2020-07-23  7:51 UTC  (4+ messages)

[PATCH v7 net-next] net: hyperv: dump TX indirection table to ethtool regs
 2020-07-23  6:59 UTC 

[PATCH bpf-next v3 00/13] bpf: implement bpf iterator for map elements
 2020-07-23  6:53 UTC  (15+ messages)
` [PATCH bpf-next v3 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v3 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v3 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v3 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v3 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v3 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v3 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v3 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v3 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v3 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v3 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v3 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v3 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH][next] wil6210: Avoid the use of one-element array
 2020-07-23  6:43 UTC  (3+ messages)

[PATCH v4 bpf-next 2/4] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
 2020-07-23  6:20 UTC  (2+ messages)

[RFC 0/7] Add support to process rx packets in thread
 2020-07-23  6:09 UTC  (7+ messages)
` [RFC 2/7] ath10k: Add support to process rx packet "

[PATCH bpf-next v2 00/13] bpf: implement bpf iterator for map elements
 2020-07-23  5:43 UTC  (4+ messages)
` [PATCH bpf-next v2 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member

[PATCH devicetree 0/4] Add Seville Ethernet switch to T1040RDB
 2020-07-23  5:40 UTC  (3+ messages)
` [PATCH devicetree 3/4] powerpc: dts: t1040rdb: put SGMII PHY under &mdio0 label

[PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections
 2020-07-23  5:15 UTC  (3+ messages)

[PATCH bpf-next] tools/bpftool: strip BPF .o files before skeleton generation
 2020-07-23  5:10 UTC  (3+ messages)

[RFC PATCH] net: dsa: microchip: delete dead code
 2020-07-23  4:24 UTC  (3+ messages)

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-23  4:19 UTC  (3+ messages)
` [PATCH V3 3/6] vDPA: implement vq IRQ allocate/free helpers in vDPA core

[PATCH v3 0/2] Add 802.1AD protocol support for dsa switch and ocelot driver
 2020-07-23  4:05 UTC  (4+ messages)
` [PATCH v3 2/2] net: dsa: ocelot: Add support for QinQ Operation
    ` [EXT] "

[PATCH 0/4] net: dsa: mv88e6xxx: port mtu support
 2020-07-23  3:59 UTC  (5+ messages)
` [PATCH 1/4] net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration
` [PATCH 2/4] net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190X
` [PATCH 3/4] net: dsa: mv88e6xxx: Implement .port_change_mtu/.port_max_mtu
` [PATCH 4/4] net: dsa: mv88e6xxx: Use chip-wide max frame size for MTU

[RFC 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-07-23  3:12 UTC  (16+ messages)
` [RFC 01/11] Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
` [RFC 03/11] Drivers: hv: vmbus: Introduce types of GPADL
` [RFC 09/11] HID: hyperv: Make ringbuffer at least take two pages
` [RFC 11/11] scsi: storvsc: Support PAGE_SIZE larger than 4K

[PATCH] cxgb4: add missing release on skb in uld_send()
 2020-07-23  3:09 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH net] openvswitch: fix drop over mtu packet after defrag in act_ct
 2020-07-23  2:35 UTC  (3+ messages)

[PATCH net-next] Documentation: networking: Clarify switchdev devices behavior
 2020-07-23  2:25 UTC  (2+ messages)

[PATCH,v2] ipvlan: add the check of ip header checksum
 2020-07-23  2:15 UTC  (6+ messages)
  ` 答复: "

linux-next: manual merge of the bpf-next tree with the net tree
 2020-07-23  2:11 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2020-07-23  2:08 UTC 

[Patch net] geneve: fix an uninitialized value in geneve_changelink()
 2020-07-23  1:56 UTC 

[PATCH v3 bpf-next] fold test_current_pid_tgid_new_ns into test_progs
 2020-07-23  1:54 UTC 

[PATCH][next] net: qed_hsi.h: Avoid the use of one-element array
 2020-07-23  1:23 UTC  (3+ messages)

[PATCH v2 net-next 00/15] qed, qede: improve chain API and add XDP_REDIRECT support
 2020-07-23  1:19 UTC  (19+ messages)
` [PATCH v2 net-next 01/15] qed: reformat "qed_chain.h" a bit
` [PATCH v2 net-next 02/15] qed: reformat Makefile
` [PATCH v2 net-next 03/15] qed: move chain methods to a separate file
` [PATCH v2 net-next 04/15] qed: prevent possible double-frees of the chains
` [PATCH v2 net-next 05/15] qed: sanitize PBL chains allocation
` [PATCH v2 net-next 06/15] qed: move chain initialization inlines next to allocation functions
` [PATCH v2 net-next 07/15] qed: simplify initialization of the chains with an external PBL
` [PATCH v2 net-next 08/15] qed: simplify chain allocation with init params struct
` [PATCH v2 net-next 09/15] qed: add support for different page sizes for chains
` [PATCH v2 net-next 10/15] qed: optimize common chain accessors
` [PATCH v2 net-next 11/15] qed: introduce qed_chain_get_elem_used{,u32}()
` [PATCH v2 net-next 12/15] qede: reformat several structures in "qede.h"
` [PATCH v2 net-next 13/15] qede: reformat net_device_ops declarations
` [PATCH v2 net-next 14/15] qede: refactor XDP Tx processing
` [PATCH v2 net-next 15/15] qede: add .ndo_xdp_xmit() and XDP_REDIRECT support

[PATCH net] net: atlantic: fix PTP on AQC10X
 2020-07-23  1:15 UTC  (2+ messages)

[PATCH][next] bna: bfi.h: Avoid the use of one-element array
 2020-07-23  1:12 UTC  (2+ messages)

[PATCH][next] tg3: Avoid the use of one-element array
 2020-07-23  1:11 UTC  (2+ messages)

[PATCH][next] ionic: fix memory leak of object 'lid'
 2020-07-23  1:10 UTC  (2+ messages)

[PATCH v2 net-next 00/10] l2tp: cleanup checkpatch.pl warnings
 2020-07-23  1:08 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH net] AX.25: Prevent out-of-bounds read in ax25_sendmsg()
 2020-07-23  1:07 UTC  (2+ messages)

[PATCH net-next] devlink: Always use user_ptr[0] for devlink and simplify post_doit
 2020-07-23  1:07 UTC  (2+ messages)

[net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-13
 2020-07-23  1:07 UTC  (9+ messages)
` [net-next 1/5] ice: add the virtchnl handler for AdminQ command

[PATCH v2 bpf-next 0/9] BPF TCP header options
 2020-07-23  1:04 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] tcp: Use a struct to represent a saved_syn
` [PATCH v2 bpf-next 2/9] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [PATCH v2 bpf-next 3/9] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [PATCH v2 bpf-next 4/9] tcp: Add unknown_opt arg to tcp_parse_options
` [PATCH v2 bpf-next 5/9] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH v2 bpf-next 6/9] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v2 bpf-next 7/9] bpf: selftests: Add fastopen_connect to network_helpers
` [PATCH v2 bpf-next 8/9] bpf: selftests: tcp header options
` [PATCH v2 bpf-next 9/9] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH net 0/2] sctp: shrink stream outq in the right place
 2020-07-23  1:05 UTC  (2+ messages)

[PATCH v6] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-23  0:58 UTC  (2+ messages)

[PATCH net-next] mptcp: zero token hash at creation time
 2020-07-23  0:57 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH net] AX.25: Fix out-of-bounds read in ax25_connect()
 2020-07-23  0:57 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] bpf: Support multi-attach for freplace programs
 2020-07-23  0:56 UTC  (12+ messages)
` [PATCH bpf-next v2 3/6] bpf: support attaching freplace programs to multiple attach points

[PATCH][next] lan743x: remove redundant initialization of variable current_head_index
 2020-07-23  0:55 UTC  (2+ messages)

[PATCH net-next v2] cxgb4: add loopback ethtool self-test
 2020-07-23  0:52 UTC  (2+ messages)

[PATCH net v2] enetc: Remove the mdio bus on PF probe bailout
 2020-07-23  0:52 UTC  (2+ messages)

[RFC PATCH] Fix: ipv4/icmp: icmp error route lookup performed on wrong routing table
 2020-07-23  0:48 UTC  (3+ messages)

[net-next v4 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-20
 2020-07-23  0:47 UTC  (11+ messages)
` [net-next v4 06/15] iecm: Implement mailbox functionality
` [net-next v4 13/15] iecm: Add ethtool

[PATCH iproute2-next 0/3] devlink: Add devlink port health command
 2020-07-23  0:35 UTC  (2+ messages)

[PATCH net-next] enetc: Remove the imdio bus on PF probe bailout
 2020-07-23  0:32 UTC  (2+ messages)

[PATCH 1/2] appletalk: Fix atalk_proc_init return path
 2020-07-23  0:31 UTC  (4+ messages)
` [PATCH 2/2] appletalk: Improve handling of broadcast packets

[PATCH net-next v3 00/12] udp_tunnel: NIC RX port offload infrastructure
 2020-07-23  0:30 UTC  (3+ messages)
` [PATCH net-next v3 10/12] fm10k: convert to new udp_tunnel_nic infra

[PATCH net-next] net: qed: Remove unneeded cast from memory allocation
 2020-07-23  0:29 UTC  (2+ messages)

[PATCH net-next] net: phy: fix check in get_phy_c45_ids
 2020-07-23  0:14 UTC  (2+ messages)

[PATCH v2 0/3] Add DSA yaml binding
 2020-07-22 23:57 UTC  (2+ messages)

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-22 23:49 UTC  (13+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[RFC 0/4] udp_tunnel: convert mlx5 to the new udp_tunnel infrastructure
 2020-07-22 23:48 UTC  (5+ messages)
` [RFC 1/4] udp_tunnel: add the ability to hard-code IANA VXLAN
` [RFC 2/4] mlx5: convert to new udp_tunnel infrastructure
` [RFC 3/4] netdevsim: support the static IANA VXLAN port flag
` [RFC 4/4] selftests: net: add a test for static UDP tunnel ports

[PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-22 23:42 UTC  (4+ messages)

[Patch net] bonding: check return value of register_netdevice() in bond_newlink()
 2020-07-22 23:31 UTC 

[RFC PATCH] net: dsa: qca8k: Add 802.1q VLAN support
 2020-07-22 22:58 UTC  (5+ messages)

[PATCH net-next] net: dsa: stop overriding master's ndo_get_phys_port_name
 2020-07-22 22:54 UTC  (2+ messages)

[net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2020-07-22
 2020-07-22 22:50 UTC  (7+ messages)
` [net-next 1/8] igc: Fix double definition
` [net-next 2/8] igc: Add Receive Descriptor Minimum Threshold Count
` [net-next 4/8] igc: Fix registers definition

LPC 2020 Networking and BPF Track CFP (Reminder)
 2020-07-22 22:48 UTC 

[PATCH net-next] net: restore DSA behavior of not overriding ndo_get_phys_port_name if present
 2020-07-22 22:46 UTC  (5+ messages)

[PATCH v6 3/3] hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
 2020-07-22 22:39 UTC 

[PATCH net-next 03/15] qed: move chain methods to a separate file
 2020-07-22 21:32 UTC  (2+ messages)

KASAN: use-after-free Write in __linkwatch_run_queue
 2020-07-22 22:24 UTC  (2+ messages)

linux-next: Tree for Jul 22 (drivers/net/vrf)
 2020-07-22 22:19 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-22 22:16 UTC  (3+ messages)
` [PATCH v2 bpf-next 4/4] bpf: Add kernel module with user mode driver that populates bpffs


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