netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-14 12:28:17 to 2020-01-15 08:03:21 UTC [more...]

[PATCH] net: phy: dp83867: Set FORCE_LINK_GOOD do default after reset
 2020-01-15  8:01 UTC  (5+ messages)
  ` [PATCH v2] net: phy: dp83867: Set FORCE_LINK_GOOD to "
      ` [PATCH v3] "

Expose bond_xmit_hash function
 2020-01-15  8:01 UTC 

[PATCH RFC net-next 00/20] net: dsa: add GRO support
 2020-01-15  7:38 UTC  (16+ messages)
` [PATCH RFC net-next 05/19] net: dsa: tag_ar9331: add GRO callbacks
` [PATCH RFC net-next 06/19] net: dsa: tag_gswip: fix typo in tag name
` [PATCH RFC net-next 16/19] net: dsa: tag_qca: fix doubled Tx statistics

[PATCH net v2 0/4] net: stmmac: general fixes for Ethernet functionality
 2020-01-15  7:10 UTC  (5+ messages)
` [PATCH net v2 1/4] net: stmmac: Fix incorrect location to set real_num_rx|tx_queues
` [PATCH net v2 2/4] net: stmmac: fix incorrect GMAC_VLAN_TAG register writting implementation
` [PATCH net v2 3/4] net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filter
` [PATCH net v2 4/4] net: stmmac: update pci platform data to use phy_interface

[PATCH] r8152: Add MAC passthrough support to new device
 2020-01-15  7:04 UTC  (5+ messages)

[PATCH] tcp: fix marked lost packets not being retransmitted
 2020-01-15  6:58 UTC  (5+ messages)

[PATCH bpf-next 0/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id
 2020-01-15  6:40 UTC  (18+ messages)
` [PATCH bpf-next 1/5] bpftool: Fix a leak of btf object
` [PATCH bpf-next 2/5] bpftool: Fix missing BTF output for json during map dump
` [PATCH bpf-next 3/5] libbpf: Expose bpf_find_kernel_btf to libbpf_internal.h
` [PATCH bpf-next 4/5] bpftool: Add struct_ops map name
` [PATCH bpf-next 5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id

general protection fault in free_verifier_state (3)
 2020-01-15  6:25 UTC 

[PATCH 0/2] libertas: fix rates overflow code path in lbs_ibss_join_existing()
 2020-01-15  6:21 UTC  (6+ messages)
  ` [PATCH 1/2] libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held
  ` [PATCH 2/2] libertas: make lbs_ibss_join_existing() return error code on rates overflow

KASAN: use-after-free Write in hci_sock_bind
 2020-01-15  6:21 UTC 

[PATCH 00/14] net: axienet: Error handling, SGMII and 64-bit DMA fixes
 2020-01-15  6:02 UTC  (8+ messages)
` [PATCH 11/14] net: axienet: Upgrade descriptors to hold 64-bit addresses
` [PATCH 12/14] net: axienet: Autodetect 64-bit DMA capability

[PATCH net] net: ethernet: ave: Avoid lockdep warning
 2020-01-15  4:02 UTC 

[PATCH] net: optimize cmpxchg in ip_idents_reserve
 2020-01-15  3:23 UTC 

[PATCH net-next v2 00/10] net: Add route offload indication
 2020-01-15  2:54 UTC  (12+ messages)
` [PATCH net-next v2 02/10] ipv4: Encapsulate function arguments in a struct
` [PATCH net-next v2 03/10] ipv4: Add "offload" and "trap" indications to routes
` [PATCH net-next v2 06/10] mlxsw: spectrum_router: Set hardware flags for routes
` [PATCH net-next v2 07/10] netdevsim: fib: Add dummy implementation for FIB offload

[PATCH net] net: mvneta: fix dma sync size in mvneta_run_xdp
 2020-01-15  2:50 UTC  (2+ messages)

[PATCH v3 net-next] net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
 2020-01-15  2:46 UTC  (2+ messages)

[PATCH net] net: hns3: pad the short frame before sending to the hardware
 2020-01-15  2:46 UTC 

[PATCH] r8152: add missing endpoint sanity check
 2020-01-15  2:44 UTC  (2+ messages)

[PATCH v4 0/5] QRTR flow control improvements
 2020-01-15  2:37 UTC  (2+ messages)

[v4] pktgen: Allow configuration of IPv6 source address range
 2020-01-15  2:31 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8188ee: remove redundant assignment to variable cond
 2020-01-15  1:46 UTC  (2+ messages)

[PATCH] Propagate NCSI channel carrier loss/gain events to the kernel
 2020-01-15  1:40 UTC  (5+ messages)

[PATCH net] macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()
 2020-01-15  1:38 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2020-01-15  1:03 UTC  (21+ messages)
` [PATCH v4 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v4 bpf-next 2/9] bpf: add generic support for lookup batch op
` [PATCH v4 bpf-next 3/9] bpf: add generic support for update and delete batch ops
` [PATCH v4 bpf-next 4/9] bpf: add lookup and update batch ops to arraymap
` [PATCH v4 bpf-next 4/9] bpf: add lookup and updated "
` [PATCH v4 bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH v4 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
` [PATCH v4 bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH v4 bpf-next 8/9] selftests/bpf: add batch ops testing for htab and htab_percpu map
` [PATCH v4 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-15  0:44 UTC  (5+ messages)
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification

[PATCH net-next v2] net/mlx5e: Add mlx5e_flower_parse_meta support
 2020-01-14 23:58 UTC  (3+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-14 23:29 UTC  (4+ messages)

[PATCH bpf-next] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system
 2020-01-14 22:58 UTC  (5+ messages)

[PATCH net-next 0/2] netns: simple cleanups
 2020-01-14 22:25 UTC  (3+ messages)
` [PATCH net-next 1/2] netns: Parse NETNSA_FD and NETNSA_PID as signed integers
` [PATCH net-next 2/2] netns: constify exported functions

Terraform Software Users Contact List
 2020-01-14 22:17 UTC 

WARNING: refcount bug in free_nsproxy (2)
 2020-01-14 22:04 UTC 

[PATCH net] net/sched: act_ife: initalize ife->metalist earlier
 2020-01-14 21:51 UTC 

loss of connectivity after enabling vlan_filtering
 2020-01-14 21:33 UTC  (7+ messages)

[PATCH net-next] net/mlx5e: allow TSO on VXLAN over VLAN topologies
 2020-01-14 20:33 UTC  (3+ messages)

[PATCH net-next] mlx5: Use proper logging and tracing line terminations
 2020-01-14 20:30 UTC  (2+ messages)

[PATCH] devlink: fix typos in qed documentation
 2020-01-14 20:10 UTC  (2+ messages)

[PATCH 00/17] devlink documentation refactor
 2020-01-14 20:07 UTC  (4+ messages)
` [PATCH 11/17] devlink: add a driver-specific file for the qed driver
  ` [EXT] "

[PATCH v2 0/3] devlink region trigger support
 2020-01-14 20:04 UTC  (8+ messages)

[PATCH net-next 0/8] skb_list_walk_safe refactoring for net/*'s skb_gso_segment usage
 2020-01-14 19:49 UTC  (2+ messages)

[PATCH net-next v6 00/10] net: macsec: initial support for hardware offloading
 2020-01-14 19:46 UTC  (2+ messages)

WARNING: bad unlock balance in sch_direct_xmit
 2020-01-14 19:39 UTC  (14+ messages)

[PATCH][bpf-next][v2] bpf: return -EBADRQC for invalid map type in __bpf_tx_xdp_map
 2020-01-14 19:37 UTC  (2+ messages)

[RFC PATCH V2 11/11] x86: tsc: avoid system instability in hibernation
 2020-01-14 19:29 UTC  (9+ messages)

[PATCH net-next 0/3] netns: Optimise netns ID lookups
 2020-01-14 19:29 UTC  (2+ messages)

[PATCH net] net: usb: lan78xx: limit size of local TSO packets
 2020-01-14 19:05 UTC  (2+ messages)

[PATCH] mdio_bus: Simplify reset handling and extend to non-DT systems
 2020-01-14 19:03 UTC  (2+ messages)

NULL pointer dereference bug when unbinding 'igb' -driver from Intel i210 ethernet card
 2020-01-14 18:59 UTC  (3+ messages)
` [PATCH] ptp: free ptp device pin descriptors properly

[PATCH net-next] net: phy: Added IRQ print to phylink_bringup_phy()
 2020-01-14 18:57 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-14 18:49 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] Implement runqslower BCC tool with BPF CO-RE
 2020-01-14 18:42 UTC  (5+ messages)
` [PATCH v2 bpf-next 5/6] tools/bpf: add runqslower tool to tools/bpf

[PATCH net-next v2 0/8] net: bridge: add vlan notifications and rtm support
 2020-01-14 17:56 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: bridge: vlan: add helpers to check for vlan id/range validity
` [PATCH net-next v2 2/8] net: bridge: netlink: add extack error messages when processing vlans
` [PATCH net-next v2 3/8] net: bridge: vlan: add rtm definitions and dump support
` [PATCH net-next v2 4/8] net: bridge: vlan: add new rtm message support
` [PATCH net-next v2 5/8] net: bridge: vlan: add del "
` [PATCH net-next v2 6/8] net: bridge: vlan: add rtm range support
` [PATCH net-next v2 7/8] net: bridge: vlan: add rtnetlink group and notify support
` [PATCH net-next v2 8/8] net: bridge: vlan: notify on vlan add/delete/change flags

[PATCH bpf-next] bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS
 2020-01-14 17:56 UTC  (2+ messages)

[PATCH net-next 0/8] net: bridge: add vlan notifications and rtm support
 2020-01-14 17:52 UTC  (10+ messages)
` [PATCH net-next 3/8] net: bridge: vlan: add rtm definitions and dump support

[PATCH bpf-next v2 0/2] xdp: Introduce bulking for non-map XDP_REDIRECT
 2020-01-14 17:47 UTC  (2+ messages)

[PATCH net 0/4] net: stmmac: Fix selftests in Synopsys AXS101 board
 2020-01-14 17:04 UTC  (7+ messages)
` [PATCH net 1/4] net: stmmac: selftests: Make it work in Synopsys AXS101 boards
` [PATCH net 2/4] net: stmmac: selftests: Mark as fail when received VLAN ID != expected
` [PATCH net 3/4] net: stmmac: selftests: Guard VLAN Perfect test against non supported HW
` [PATCH net 4/4] ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node

[RFC net-next Patch v2 0/4] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-01-14 16:46 UTC  (8+ messages)
` [RFC net-next Patch v2 4/4] net: bridge: mrp: switchdev: Add HW offload

[PATCH bpf-next v2 00/11] Extend SOCKMAP to store listening sockets
 2020-01-14 16:04 UTC  (8+ messages)
` [PATCH bpf-next v2 03/11] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v2 07/11] bpf, sockmap: Return socket cookie on lookup from syscall

Network prefix length for local tunnel address
 2020-01-14 15:57 UTC 

[PATCH net-next RFC 0/3] Add mlx5 devices FW upgrade reset support
 2020-01-14 15:55 UTC  (4+ messages)
` [PATCH net-next RFC 1/3] net/mlx5: Add structure layout and defines for MFRL register
` [PATCH net-next RFC 2/3] net/mlx5: Add functions to set/query "
` [PATCH net-next RFC 3/3] net/mlx5: Add FW upgrade reset support

[PATCH net 1/5] netdevsim: fix a race condition in netdevsim operations
 2020-01-14 15:26 UTC  (3+ messages)

[PATCH net 0/7] net: stmmac: general fixes for Ethernet functionality
 2020-01-14 15:24 UTC  (4+ messages)
` [PATCH net 4/7] net: stmmac: Fix priority steering for tx/rx queue >3

KASAN: null-ptr-deref Write in queue_work_on
 2020-01-14 15:17 UTC  (3+ messages)
` [PATCH] can, slip: Protect tty->disc_data access with RCU

[PATCH] net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info
 2020-01-14 14:54 UTC 

[PATCH 0/1] pull request for net: batman-adv 2020-01-14
 2020-01-14 14:16 UTC  (2+ messages)
` [PATCH 1/1] batman-adv: Fix DAT candidate selection on little endian systems

[PATCH 0/7] pull request for net-next: batman-adv 2020-01-14
 2020-01-14 14:23 UTC  (8+ messages)
` [PATCH 1/7] batman-adv: Start new development cycle
` [PATCH 2/7] batman-adv: Strip dots from variable macro kerneldoc
` [PATCH 3/7] batman-adv: Fix typo metAdata
` [PATCH 4/7] batman-adv: ELP - use wifi tx bitrate as fallback throughput
` [PATCH 5/7] batman-adv: Annotate bitwise integer pointer casts
` [PATCH 6/7] batman-adv: Update copyright years for 2020
` [PATCH 7/7] batman-adv: Disable CONFIG_BATMAN_ADV_SYSFS by default

[PATCH] pptp: support sockets bound to an interface
 2020-01-14 14:19 UTC 

[PATCH v2 1/2] wan/hdlc_x25: make lapb params configurable
 2020-01-14 14:02 UTC  (2+ messages)
` [PATCH v2 2/2] wan/hdlc_x25: fix skb handling

[PATCH 1/2] wan/hdlc_x25: make lapb params configurable
 2020-01-14 13:45 UTC  (6+ messages)

[PATCH] xfrm: support output_mark for offload ESP packets
 2020-01-14 13:29 UTC 

[PATCH v2] hv_netvsc: Fix memory leak when removing rndis device
 2020-01-14 13:20 UTC  (2+ messages)

[PATCH v2 00/17] octeontx2-pf: Add network driver for physical function
 2020-01-14 13:17 UTC  (3+ messages)
` [PATCH v2 14/17] octeontx2-pf: Add basic ethtool support

[PATCH 0/3] Crypto/chtls bug fixes
 2020-01-14 12:28 UTC  (4+ messages)
` [PATCH 1/3] Crypto/chtls: Corrected function call context
` [PATCH 2/3] crypto/chtls: Fixed listen fail when max stid range reached
` [PATCH 3/3] chelsio/cxgb4: Added tls stats prints

[PATCH net-next] sfc: move MCDI filtering code
 2020-01-14 12:27 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).