netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-27 15:59:18 to 2020-03-28 02:26:17 UTC [more...]

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-28  2:26 UTC  (39+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

[PATCH bpf-next 0/7] Various improvements to cgroup helpers
 2020-03-28  2:16 UTC  (17+ messages)
` [PATCH bpf-next 1/7] bpf: enable retrieval of socket cookie for bind/post-bind hook
` [PATCH bpf-next 3/7] bpf: add netns cookie and enable it for bpf cgroup hooks
` [PATCH bpf-next 4/7] bpf: allow to retrieve cgroup v1 classid from v2 hooks
` [PATCH bpf-next 5/7] bpf: enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
` [PATCH bpf-next 6/7] bpf: enable retrival of pid/tgid/comm from bpf cgroup hooks
` [PATCH bpf-next 7/7] bpf: add selftest cases for ctx_or_null argument type

[PATCH net-next v6 00/11] net: ethernet: ti: add networking support for k3 am65x/j721e soc
 2020-03-28  1:53 UTC  (3+ messages)

[net-next,v1] net: stmmac: support for tc mqprio offload
 2020-03-28  1:14 UTC 

[PATCH iproute2-next 0/3] Support pedit of ip6 dsfield
 2020-03-28  0:51 UTC  (5+ messages)
` [PATCH iproute2-next 1/3] tc: p_ip6: Support pedit of IPv6 dsfield
` [PATCH iproute2-next 2/3] man: tc-pedit: Add examples for dsfield and retain
` [PATCH iproute2-next 3/3] man: tc-pedit: Drop the claim that pedit ex is only for IPv4

[PATCH V3 00/18] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-03-28  0:31 UTC  (19+ messages)
` [PATCH V3 01/18] net: ks8851: Factor out spi->dev in probe()/remove()
` [PATCH V3 02/18] net: ks8851: Rename ndev to netdev in probe
` [PATCH V3 03/18] net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
` [PATCH V3 04/18] net: ks8851: Pass device node into ks8851_init_mac()
` [PATCH V3 05/18] net: ks8851: Use devm_alloc_etherdev()
` [PATCH V3 06/18] net: ks8851: Use dev_{get,set}_drvdata()
` [PATCH V3 07/18] net: ks8851: Remove ks8851_rdreg32()
` [PATCH V3 08/18] net: ks8851: Use 16-bit writes to program MAC address
` [PATCH V3 09/18] net: ks8851: Use 16-bit read of RXFC register
` [PATCH V3 10/18] net: ks8851: Factor out bus lock handling
` [PATCH V3 11/18] net: ks8851: Factor out SKB receive function
` [PATCH V3 12/18] net: ks8851: Split out SPI specific entries in struct ks8851_net
` [PATCH V3 13/18] net: ks8851: Split out SPI specific code from probe() and remove()
` [PATCH V3 14/18] net: ks8851: Factor out TX work flush function
` [PATCH V3 15/18] net: ks8851: Permit overridding interrupt enable register
` [PATCH V3 16/18] net: ks8851: Separate SPI operations into separate file
` [PATCH V3 17/18] net: ks8851: Implement Parallel bus operations
` [PATCH V3 18/18] net: ks8851: Remove ks8851_mll.c

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-28  0:17 UTC  (11+ messages)
` [PATCHv2 bpf-next 5/5] selftests: bpf: add test for sk_assign
      ` call for bpf progs. "

[PATCH bpf-next] libbpf: Add bpf_object__rodata getter function
 2020-03-28  0:08 UTC  (10+ messages)
` [PATCH bpf-next v2] libbpf: Add getter for pointer to data area for internal maps

[PATCH] net: dsa: mv88e6xxx: don't force settings on CPU port
 2020-03-27 23:52 UTC  (6+ messages)

IPA Driver Maintenance
 2020-03-27 23:42 UTC 

[PATCH net] r8169: fix PHY driver check on platforms w/o module softdeps
 2020-03-27 23:24 UTC  (4+ messages)

pull-request: bpf 2020-03-27
 2020-03-27 23:19 UTC  (2+ messages)

[PATCH v4 net-next 0/8] Configure the MTU on DSA switches
 2020-03-27 23:07 UTC  (10+ messages)
` [PATCH v4 net-next 1/8] net: phy: bcm7xx: add jumbo frame configuration to PHY
` [PATCH v4 net-next 2/8] bgmac: configure MTU and add support for frames beyond 8192 byte size
` [PATCH v4 net-next 3/8] net: dsa: configure the MTU for switch ports
` [PATCH v4 net-next 4/8] net: dsa: implement auto-normalization of MTU for bridge hardware datapath
` [PATCH v4 net-next 5/8] net: dsa: b53: add MTU configuration support
` [PATCH v4 net-next 6/8] net: dsa: sja1105: implement the port MTU callbacks
` [PATCH v4 net-next 7/8] net: dsa: vsc73xx: make the MTU configurable
` [PATCH v4 net-next 8/8] net: dsa: felix: support changing the MTU

[PATCH net-next v3 00/12] ethtool netlink interface, part 4
 2020-03-27 23:01 UTC  (13+ messages)
` [PATCH net-next v3 01/12] ethtool: fix reference leak in ethnl_set_privflags()
` [PATCH net-next v3 02/12] ethtool: provide coalescing parameters with COALESCE_GET request
` [PATCH net-next v3 03/12] ethtool: set coalescing parameters with COALESCE_SET request
` [PATCH net-next v3 04/12] ethtool: add COALESCE_NTF notification
` [PATCH net-next v3 05/12] ethtool: provide pause parameters with PAUSE_GET request
` [PATCH net-next v3 06/12] ethtool: set pause parameters with PAUSE_SET request
` [PATCH net-next v3 07/12] ethtool: add PAUSE_NTF notification
` [PATCH net-next v3 08/12] ethtool: provide EEE settings with EEE_GET request
` [PATCH net-next v3 09/12] ethtool: set EEE settings with EEE_SET request
` [PATCH net-next v3 10/12] ethtool: add EEE_NTF notification
` [PATCH net-next v3 11/12] ethtool: add timestamping related string sets
` [PATCH net-next v3 12/12] ethtool: provide timestamping information with TSINFO_GET request

[RFC PATCH] ipv6: Use dev_addr in stable-privacy address generation
 2020-03-27 22:46 UTC  (7+ messages)

pull-request: wireless-drivers-next-2020-03-27
 2020-03-27 22:41 UTC  (2+ messages)

[PATCH net] s390/qeth: support net namespaces for L3 devices
 2020-03-27 22:39 UTC  (2+ messages)

[PATCH net-next 0/3] s390/qeth: updates 2020-03-27
 2020-03-27 22:37 UTC  (2+ messages)

[PATCH v4 net-next 0/6] bnxt_en: Updates to devlink info_get cb
 2020-03-27 22:35 UTC  (3+ messages)

[PATCH net] net, ip_tunnel: fix interface lookup with no key
 2020-03-27 22:29 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH net-next 0/6] mlxsw: Various static checkers fixes
 2020-03-27 22:07 UTC  (2+ messages)

[PATCHv3 net-next 0/5] net: ipv6: add rpl source routing
 2020-03-27 22:00 UTC  (6+ messages)
` [PATCHv3 net-next 1/5] include: uapi: linux: add rpl sr header definition
` [PATCHv3 net-next 2/5] addrconf: add functionality to check on rpl requirements
` [PATCHv3 net-next 3/5] net: ipv6: add support for rpl sr exthdr
` [PATCHv3 net-next 4/5] net: add net available in build_state
` [PATCHv3 net-next 5/5] net: ipv6: add rpl sr tunnel

pull request (net): ipsec 2020-03-27
 2020-03-27 21:57 UTC  (2+ messages)

[PATCH net-next v3 00/17] Multipath TCP part 3: Multiple subflows and path management
 2020-03-27 21:48 UTC  (18+ messages)
` [PATCH net-next v3 01/17] mptcp: Add ADD_ADDR handling
` [PATCH net-next v3 02/17] mptcp: Add path manager interface
` [PATCH net-next v3 03/17] mptcp: Add handling of incoming MP_JOIN requests
` [PATCH net-next v3 04/17] mptcp: Add handling of outgoing "
` [PATCH net-next v3 05/17] mptcp: Implement path manager interface commands
` [PATCH net-next v3 06/17] mptcp: update per unacked sequence on pkt reception
` [PATCH net-next v3 07/17] mptcp: queue data for mptcp level retransmission
` [PATCH net-next v3 08/17] mptcp: introduce MPTCP retransmission timer
` [PATCH net-next v3 09/17] mptcp: implement memory accounting for mptcp rtx queue
` [PATCH net-next v3 10/17] mptcp: allow partial cleaning of rtx head dfrag
` [PATCH net-next v3 11/17] mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
` [PATCH net-next v3 12/17] mptcp: implement and use MPTCP-level retransmission
` [PATCH net-next v3 13/17] mptcp: allow dumping subflow context to userspace
` [PATCH net-next v3 14/17] mptcp: add and use MIB counter infrastructure
` [PATCH net-next v3 15/17] mptcp: add netlink-based PM
` [PATCH net-next v3 16/17] selftests: add PM netlink functional tests
` [PATCH net-next v3 17/17] selftests: add test-cases for MPTCP MP_JOIN

[PATCH net-next 0/2] mv88e6xxx fixed link fixes
 2020-03-27 21:48 UTC  (7+ messages)
` [PATCH net-next 2/2] net: dsa: mv88e6xxx: Set link down when changing speed

Toby MPCI - L201 cellular modem http hang after random MAC address assignment
 2020-03-27 21:47 UTC  (3+ messages)

[PATCH net-next] mlx4: fix "initializer element not constant" compiler error
 2020-03-27 21:08 UTC 

[PATCHv3 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-27 21:05 UTC  (16+ messages)
` [PATCHv3 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv3 bpf-next 2/5] net: Track socket refcounts in skb_steal_sock()
` [PATCHv3 bpf-next 3/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv3 bpf-next 5/5] selftests: bpf: Extend sk_assign tests for UDP

[RFC] current devlink extension plan for NICs
 2020-03-27 20:59 UTC  (17+ messages)

[PATCH net-next v3 00/11] implement DEVLINK_CMD_REGION_NEW
 2020-03-27 20:58 UTC  (5+ messages)
` [PATCH net-next v3 01/11] devlink: prepare to support region operations

[PATCH net-next] devlink: don't wrap commands in rST shell blocks
 2020-03-27 20:55 UTC 

[PATCH v2] bpf: fix build warning - missing prototype
 2020-03-27 20:47 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH net-next] net: dsa: mt7530: use resolved link config in mac_link_up()
 2020-03-27 20:25 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: additionalProperties clean-up
 2020-03-27 20:21 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: iio/accel: Drop duplicate adi,adxl345/6 from trivial-devices.yaml
  ` [PATCH 1/4] dt-bindings: iio/accel: Drop duplicate adi, adxl345/6 "

[PATCH net-next v3 11/11] ice: add a devlink region for dumping NVM contents
 2020-03-27 19:56 UTC  (5+ messages)

[PATCH net-next 2/9] dt-bindings: net: add backplane dt bindings
 2020-03-27 19:49 UTC  (2+ messages)

[PATCH net-next v2 00/12] ethtool netlink interface, part 4
 2020-03-27 19:45 UTC  (7+ messages)
` [PATCH net-next v2 11/12] ethtool: add timestamping related string sets
` [PATCH net-next v2 12/12] ethtool: provide timestamping information with TIMESTAMP_GET request

[PATCH net] r8169: fix multicast tx issue with macvlan interface
 2020-03-27 19:42 UTC  (6+ messages)

[PATCH][next] ath11k: fix error message to correctly report the command that failed
 2020-03-27 19:26 UTC 

[PATCH V2 00/14] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-03-27 19:25 UTC  (9+ messages)
` [PATCH V2 08/14] net: ks8851: Use 16-bit writes to program MAC address

[patch V3 00/20] Lock ordering documentation and annotation for lockdep
 2020-03-27 19:14 UTC  (3+ messages)
` [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait

[PATCH net-next 0/9] net: ethernet backplane support
 2020-03-27 18:25 UTC  (12+ messages)
` [PATCH net-next 2/9] dt-bindings: net: add backplane dt bindings
    ` [EXT] "
` [PATCH net-next 6/9] net: phy: add backplane kr driver support

[PATCH net-next v2] netfilter: Fix incorrect tc_setup_type type for flowtable offload
 2020-03-27 17:36 UTC  (4+ messages)

Копия: 澳門金沙專注客戶体驗
 2020-03-27 16:46 UTC 

[PATCH net-next v2 0/3] netfilter: flowtable: Support offload of tuples in parallel
 2020-03-27 17:23 UTC  (6+ messages)
` [PATCH net-next v2 1/3] netfilter: flowtable: Use rw sem as flow block lock
` [PATCH net-next v2 2/3] netfilter: flowtable: Use work entry per offload command

[PATCH 0/8] Lock warning cleanups
 2020-03-27 17:22 UTC  (5+ messages)
  ` [PATCH 4/8] netfilter: Add missing annotation for ctnetlink_parse_nat_setup()
  ` [PATCH 5/8] netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and nf_conntrack_all_unlock()

[PATCH rdma-next 0/2] RDMA TX steering support
 2020-03-27 16:34 UTC  (2+ messages)

[PATCH V2] SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'
 2020-03-27 16:33 UTC  (2+ messages)

[PATCH rdma-next v1 0/5] Introduce dynamic UAR allocation mode
 2020-03-27 16:08 UTC  (2+ messages)


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