netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 05:58:24 to 2020-03-10 01:09:52 UTC [more...]

[PATCH net] sctp: return a one-to-one type socket when doing peeloff
 2020-03-10  1:09 UTC  (2+ messages)

[PATCH net] macvlan: add cond_resched() during multicast processing
 2020-03-10  1:09 UTC  (3+ messages)

[PATCH net] ipvlan: add cond_resched_rcu() while processing muticast backlog
 2020-03-10  1:07 UTC  (3+ messages)

[PATCH net-next] net: sched: pie: change tc_pie_xstats->prob
 2020-03-10  1:06 UTC  (3+ messages)

2baecda bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()
 2020-03-10  1:05 UTC 

[PATCH net] ibmvnic: Do not process device remove during device reset
 2020-03-10  1:04 UTC  (2+ messages)

[PATCH net] ipvlan: don't deref eth hdr before checking it's set
 2020-03-10  1:00 UTC  (2+ messages)

[PATCH net-next] tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATS
 2020-03-10  0:56 UTC  (2+ messages)

[PATCH net] net: mscc: ocelot: properly account for VLAN header length when setting MRU
 2020-03-10  0:55 UTC  (2+ messages)

[PATCH] page_pool: use irqsave/irqrestore to protect ring access
 2020-03-10  0:55 UTC  (2+ messages)

[PATCH v2 00/14] net: axienet: Update error handling and add 64-bit DMA support
 2020-03-10  0:48 UTC  (18+ messages)
` [PATCH v2 01/14] net: xilinx: temac: Relax Kconfig dependencies
` [PATCH v2 02/14] net: axienet: Convert DMA error handler to a work queue
` [PATCH v2 03/14] net: axienet: Propagate failure of DMA descriptor setup
` [PATCH v2 04/14] net: axienet: Fix DMA descriptor cleanup path
` [PATCH v2 05/14] net: axienet: Improve DMA error handling
` [PATCH v2 06/14] net: axienet: Factor out TX descriptor chain cleanup
` [PATCH v2 07/14] net: axienet: Check for DMA mapping errors
` [PATCH v2 08/14] net: axienet: Mark eth_irq as optional
` [PATCH v2 09/14] net: axienet: Drop MDIO interrupt registers from ethtools dump
` [PATCH v2 10/14] net: axienet: Add mii-tool support
` [PATCH v2 11/14] net: axienet: Wrap DMA pointer writes to prepare for 64 bit
` [PATCH v2 12/14] net: axienet: Upgrade descriptors to hold 64-bit addresses
` [PATCH v2 13/14] net: axienet: Autodetect 64-bit DMA capability
` [PATCH v2 14/14] net: axienet: Allow DMA to beyond 4GB

[PATCH net] sfc: detach from cb_page in efx_copy_channel()
 2020-03-10  0:44 UTC  (2+ messages)

[PATCH] ibmvnic: Do not process device remove during device reset
 2020-03-10  0:00 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2020-03-10  0:06 UTC 

[RFC bpf PATCH 0/4] rfc for 32-bit subreg verifier tracking
 2020-03-09 23:58 UTC  (3+ messages)
` [RFC PATCH 2/4] bpf: verifier, do explicit u32 bounds tracking

[GIT PULL] virtio: fixes
 2020-03-09 23:40 UTC  (2+ messages)

[PATCH bpf] bpf: fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
 2020-03-09 23:18 UTC  (2+ messages)

[PATCH bpf-next] bpf: add bpf_link_new_file that doesn't install FD
 2020-03-09 23:10 UTC 

[PATCH net-next v4 0/6] cxgb4/chcr: ktls tx ofld support on T6 adapter
 2020-03-09 23:10 UTC  (6+ messages)
` [PATCH net-next v4 1/6] cxgb4/chcr : Register to tls add and del callback
` [PATCH net-next v4 6/6] cxgb4/chcr: Add ipv6 support and statistics

[PATCH v6 bpf-next 0/4] bpftool: introduce prog profile
 2020-03-09 23:06 UTC  (7+ messages)
` [PATCH v6 bpf-next 1/4] bpftool: introduce "prog profile" command
` [PATCH v6 bpf-next 2/4] bpftool: Documentation for bpftool prog profile
` [PATCH v6 bpf-next 3/4] ybpftool: bash completion for "bpftool prog profile"
` [PATCH v6 bpf-next 4/4] bpftool: fix typo in bash-completion

[PATCH bpf-next v4 00/12] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-09 22:44 UTC  (14+ messages)
` [PATCH bpf-next v4 01/12] bpf: sockmap: only check ULP for TCP sockets
` [PATCH bpf-next v4 02/12] skmsg: update saved hooks only once
` [PATCH bpf-next v4 03/12] bpf: tcp: move assertions into tcp_bpf_get_proto
` [PATCH bpf-next v4 04/12] bpf: tcp: guard declarations with CONFIG_NET_SOCK_MSG
` [PATCH bpf-next v4 05/12] bpf: sockmap: move generic sockmap hooks from BPF TCP
` [PATCH bpf-next v4 06/12] bpf: sockmap: simplify sock_map_init_proto
` [PATCH bpf-next v4 07/12] bpf: add sockmap hooks for UDP sockets
` [PATCH bpf-next v4 08/12] bpf: sockmap: add UDP support
` [PATCH bpf-next v4 09/12] selftests: bpf: don't listen() on UDP sockets
` [PATCH bpf-next v4 10/12] selftests: bpf: add tests for UDP sockets in sockmap
` [PATCH bpf-next v4 11/12] selftests: bpf: enable UDP sockmap reuseport tests
` [PATCH bpf-next v4 12/12] bpf, doc: update maintainers for L7 BPF

[PATCH net-next ct-offload v2 00/13] Introduce connection tracking offload
 2020-03-09 22:40 UTC  (9+ messages)
` [PATCH net-next ct-offload v2 02/13] net/sched: act_ct: Instantiate flow table entry actions
` [PATCH net-next ct-offload v2 05/13] net/sched: act_ct: Enable hardware offload of flow table entires
` [PATCH net-next ct-offload v2 06/13] net/mlx5: E-Switch, Introduce global tables

[patch net-next v4 00/10] net: allow user specify TC action HW stats type
 2020-03-09 22:38 UTC  (15+ messages)
` [patch net-next v4 01/10] flow_offload: Introduce offload of "
` [patch net-next v4 03/10] flow_offload: check for basic action hw "

[RFC PATCH v3 07/12] genirq: Shutdown irq chips in suspend/resume during hibernation
 2020-03-09 22:37 UTC  (3+ messages)
  ` [EXTERNAL][RFC "

[PATCH] net: slcan, slip -- no need for goto when if () will do
 2020-03-09 22:33 UTC 

[PATCH bpf-next] bpf: initialize storage pointers to NULL to prevent freeing garbage pointer
 2020-03-09 22:27 UTC 

[PATCH net-next 0/6] RED: Introduce an ECN tail-dropping mode
 2020-03-09 22:18 UTC  (9+ messages)
` [PATCH net-next 1/6] selftests: qdiscs: Add TDC test for RED
` [PATCH net-next 2/6] net: sched: Add centralized RED flag checking
` [PATCH net-next 3/6] net: sched: RED: Introduce an ECN tail-dropping mode
` [PATCH net-next 4/6] mlxsw: spectrum_qdisc: Offload RED "
` [PATCH net-next 5/6] selftests: qdiscs: RED: Add taildrop tests
` [PATCH net-next 6/6] selftests: mlxsw: RED: Test RED ECN taildrop offload

[RFC PATCH v5 0/5] Bluetooth: Handle system suspend gracefully
 2020-03-09 22:03 UTC  (4+ messages)
` [RFC PATCH v5 1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND

[v2] ceph: using POOL FULL flag instead of OSDMAP FULL flag
 2020-03-09 20:43 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: ethernet: ti: add networking support for k3 am65x/j721e soc
 2020-03-09 20:37 UTC  (7+ messages)
` [PATCH net-next v2 4/9] dt-binding: ti: am65x: document mcu cpsw nuss
` [PATCH net-next v2 5/9] net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver

[PATCH v2 0/2] add TJA1102 support
 2020-03-09 19:45 UTC  (7+ messages)
` [PATCH v2 1/2] net: phy: tja11xx: "
` [PATCH v2 2/2] net: phy: tja11xx: add delayed registration of TJA1102 PHY1

[PATCH v4 bpf-next 0/4] bpftool: introduce prog profile
 2020-03-09 19:30 UTC  (9+ messages)

[patch net-next v3 00/10] net: allow user specify TC action HW stats type
 2020-03-09 19:20 UTC  (9+ messages)
` [patch net-next v3 03/10] flow_offload: check for basic action hw "
` [patch net-next v3 09/10] flow_offload: introduce "disabled" HW stats type and allow it in mlxsw

[pull request][net 0/5] Mellanox, mlx5 fixes 2020-03-05
 2020-03-09 19:08 UTC  (3+ messages)
` [net 5/5] net/mlx5: Clear LAG notifier pointer after unregister

[PATCH iproute2-next] tc: pie: change maximum integer value of tc_pie_xstats->prob
 2020-03-09 18:53 UTC  (6+ messages)

[PATCH bpf-next 0/3] Introduce pinnable bpf_link kernel abstraction
 2020-03-09 18:50 UTC  (26+ messages)

[patch net-next] flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_check()
 2020-03-09 18:33 UTC  (3+ messages)

[PATCH net v1] taprio: Fix sending packets without dequeueing them
 2020-03-09 18:01 UTC  (2+ messages)

[PATCH v3 1/2] macsec: Support XPN frame handling - IEEE 802.1AEbw
 2020-03-09 19:47 UTC  (3+ messages)
` [PATCH v3 2/2] macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)

[PATCH v2] ptp: free ptp clock properly
 2020-03-09 17:22 UTC 

possible deadlock in siw_create_listen
 2020-03-09 17:20 UTC  (5+ messages)

[PATCH net-next] net: sgi: ioc3-eth: Remove phy workaround
 2020-03-09 17:10 UTC  (2+ messages)

[PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt
 2020-03-09 17:06 UTC  (2+ messages)

[PATCH v2 00/12] "Task_isolation" mode
 2020-03-09 16:59 UTC  (3+ messages)
  ` [PATCH v2 06/12] task_isolation: arch/arm64: enable task isolation functionality

[PATCH v2 00/17] net: introduce Qualcomm IPA driver (UPDATED)
 2020-03-09 16:54 UTC  (2+ messages)

[patch iproute2/net-next] tc: m_action: introduce support for hw stats type
 2020-03-09 15:54 UTC  (3+ messages)

[patch iproute2/net-next v2] tc: m_action: introduce support for hw stats type
 2020-03-09 15:54 UTC 

route: an issue caused by local and main table's merge
 2020-03-09 15:53 UTC  (3+ messages)

[PATCH net] net/packet: tpacket_rcv: do not increment ring index on drop
 2020-03-09 15:50 UTC  (3+ messages)

[net-next 0/2] Add support for SRv6 End.DT4 action
 2020-03-09 15:36 UTC  (9+ messages)
` [net-next 1/2] Perform IPv4 FIB lookup in a predefined FIB table

[PATCH] Fix off by one in samsung driver strncpy size arg
 2020-03-09 15:22 UTC 

[PATCH v2 0/3] Add Support for MCAN in AM654x-idk
 2020-03-09 14:30 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: m_can: Add Documentation for transceiver regulator

[PATCH] ip link: Prevent duplication of table id for vrf tables
 2020-03-09 14:04 UTC  (4+ messages)

[PATCH net-next v3 0/3] QorIQ DPAA: Use random MAC address when none is given
 2020-03-09 13:38 UTC  (7+ messages)
` [PATCH net-next v3 2/3] fsl/fman: tolerate missing MAC address in device tree

[PATCH net-next] net: stmmac: selftests: Fix L3/L4 Filtering test
 2020-03-09 13:30 UTC 

[PATCH net] net/smc: cancel event worker during device removal
 2020-03-09 13:19 UTC  (6+ messages)

[PATCH net-next 0/10] net: dsa: improve serdes integration
 2020-03-09 12:50 UTC  (5+ messages)

Regression: net/ipv6/mld running system out of memory (not a leak)
 2020-03-09 12:31 UTC  (11+ messages)

[PATCH v2] net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
 2020-03-09 12:25 UTC  (2+ messages)

IPv6 regression introduced by commit 3b6761d18bc11f2af2a6fc494e9026d39593f22c
 2020-03-09 11:35 UTC  (7+ messages)

[PATCH ipsec] esp: remove the skb from the chain when it's enqueued in cryptd_wq
 2020-03-09 11:06 UTC  (5+ messages)

[PATCH] bonding: do not enslave CAN devices
 2020-03-09 10:25 UTC  (5+ messages)

[PATCH] cdc_ncm: Implement the 32-bit version of NCM Transfer Block
 2020-03-09 10:17 UTC  (2+ messages)

[PATCH bpf-next] bpf: add bpf_xdp_output() helper
 2020-03-09 10:06 UTC  (2+ messages)

[RFC RESEND PATCH v3 00/12] Enable PM hibernation on guest VMs
 2020-03-09  9:54 UTC  (5+ messages)
` [RFC PATCH v3 06/12] xen-blkfront: add callbacks for PM suspend and hibernation

Build regressions/improvements in v5.6-rc5
 2020-03-09  9:33 UTC 

[RFC net-next] net: phy: Add basic support for Synopsys XPCS using a PHY driver
 2020-03-09  9:22 UTC  (3+ messages)
  `  "

[bpf-next PATCH] xdp: accept that XDP headroom isn't always equal XDP_PACKET_HEADROOM
 2020-03-09  8:39 UTC  (4+ messages)

[PATCH net-next 0/8] net: Add support for Synopsys DesignWare XPCS
 2020-03-09  8:36 UTC  (9+ messages)
` [PATCH net-next 1/8] net: stmmac: selftests: Do not fail if PHY is not attached
` [PATCH net-next 2/8] net: stmmac: Switch to linkmode_and()/linkmode_andnot()
` [PATCH net-next 3/8] net: stmmac: Fallback to dev_fwnode() if needed
` [PATCH net-next 4/8] net: stmmac: Use resolved link config in mac_link_up()
` [PATCH net-next 5/8] net: phylink: Add missing Backplane speeds
` [PATCH net-next 6/8] net: phylink: Test if MAC/PCS support Autoneg
` [PATCH net-next 7/8] net: phy: Add Synopsys DesignWare XPCS MDIO module
` [PATCH net-next 8/8] net: stmmac: Integrate it with DesignWare XPCS

[PATCH net-next v6 0/3] act_ct: Software offload of conntrack_in
 2020-03-09  8:02 UTC  (8+ messages)
` [PATCH net-next v6 1/3] net/sched: act_ct: Create nf flow table per zone

[PATCH 00/10] qlge.h cleanup - first pass
 2020-03-09  6:18 UTC  (2+ messages)

[PATCH net-next 3/3] bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()
 2020-03-09  6:03 UTC  (2+ messages)

[PATCH v5 bpf-next 0/4] bpftool: introduce prog profile
 2020-03-09  5:57 UTC  (3+ messages)
` [PATCH v5 bpf-next 1/4] bpftool: introduce "prog profile" command


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