netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-19 21:46:59 to 2018-09-20 13:56:36 UTC [more...]

[PATCH net-next 00/22] net: fix return type of ndo_start_xmit function
 2018-09-20 12:33 UTC  (18+ messages)
` [PATCH net-next 01/22] net: micrel: "
` [PATCH net-next 02/22] net: freescale: "
` [PATCH net-next 03/22] net: seeq: "
` [PATCH net-next 04/22] net: cirrus: "
` [PATCH net-next 06/22] net: wiznet: "
` [PATCH net-next 07/22] net: i825xx: "
` [PATCH net-next 09/22] net: smsc: "
` [PATCH net-next 10/22] net: ti: "
` [PATCH net-next 11/22] net: faraday: "
` [PATCH net-next 12/22] net: ovs: "
` [PATCH net-next 14/22] net: caif: "
` [PATCH net-next 15/22] net: hamradio: "
` [PATCH net-next 17/22] hv_netvsc: "
` [PATCH net-next 18/22] can: xilinx: "
` [PATCH net-next 20/22] rionet: "
` [PATCH net-next 21/22] l2tp: "
` [PATCH net-next 22/22] net: hsr: "

[RFC 1/5] netlink: remove NLA_NESTED_COMPAT
 2018-09-20  8:14 UTC  (8+ messages)
` [RFC 4/5] netlink: prepare validate extack setting for recursion

[PATCH v3 net-next 00/12] Preparing for phylib limkmodes
 2018-09-20  8:05 UTC  (9+ messages)
` [PATCH v3 net-next 07/12] net: ethernet: Add helper to remove a supported link mode

[PATCH iproute2 v2 0/3] testsuite: make alltests fixes
 2018-09-20  8:02 UTC  (5+ messages)
` [PATCH iproute2 v2 1/3] testsuite: Fix missing generate_nlmsg
` [PATCH iproute2 v2 2/3] testsuite: Generate generate_nlmsg when needed
` [PATCH iproute2 v2 3/3] testsuite: Warn about empty $(IPVERS)

[PATCH bpf-next] samples/bpf: fix compilation failure
 2018-09-20  7:52 UTC 

[PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-20 13:19 UTC  (7+ messages)
` [PATCH net-next v5 06/20] zinc: ChaCha20 MIPS32r2 implementation

[PATCH net-next v2 00/10] Refactor classifier API to work with Qdisc/blocks without rtnl lock
 2018-09-20  7:36 UTC  (9+ messages)
` [PATCH net-next v2 01/10] net: core: netlink: add helper refcount dec and lock function
` [PATCH net-next v2 05/10] net: sched: use Qdisc rcu API instead of relying on rtnl lock
` [PATCH net-next v2 08/10] net: sched: protect block idr with spinlock

[PATCH] smc: generic netlink family should be __ro_after_init
 2018-09-20  7:27 UTC 

[PATCH 0/2] net/sched: Add hardware specific counters to TC actions
 2018-09-20  7:14 UTC  (10+ messages)

[PATCH] brcm80211: remove redundant condition check before debugfs_remove_recursive
 2018-09-20 12:37 UTC  (5+ messages)

[PATCH net] bnxt_en: don't try to offload VLAN 'modify' action
 2018-09-20  6:36 UTC  (2+ messages)

[PATCH net] mlxsw: spectrum: Bump required firmware version
 2018-09-20  6:31 UTC 

[PATCH] brcmfmac: remove set but not used variables 'sfdoff' and 'pad_size'
 2018-09-20 12:11 UTC  (2+ messages)

[PATCH net-next 00/13] mlxsw: Further MC-awareness configuration
 2018-09-20  6:21 UTC  (14+ messages)
` [PATCH net-next 01/13] mlxsw: spectrum: Init shaper for TCs 8..15
` [PATCH net-next 02/13] mlxsw: spectrum_buffers: Use devlink pool indices throughout
` [PATCH net-next 03/13] mlxsw: spectrum_buffers: Split TC_COUNT into ingress and egress
` [PATCH net-next 04/13] mlxsw: spectrum_buffers: Keep shared buffer size in mlxsw_sp_sb
` [PATCH net-next 05/13] mlxsw: spectrum_buffers: Allow pools of infinite size
` [PATCH net-next 06/13] mlxsw: spectrum_buffers: Allow an infinite maximum for per-TC pool limit
` [PATCH net-next 07/13] mlxsw: spectrum_buffers: Pass SBPM min_size in cells
` [PATCH net-next 08/13] mlxsw: spectrum_buffers: Allow configuration of static pools
` [PATCH net-next 09/13] mlxsw: spectrum_buffers: Configure MC pool
` [PATCH net-next 10/13] mlxsw: spectrum_buffers: Tweak SBMM configuration
` [PATCH net-next 11/13] selftests: forwarding: lib: Add ethtool_stats_get()
` [PATCH net-next 12/13] selftests: forwarding: lib: Add mtu_set(), mtu_restore()
` [PATCH net-next 13/13] selftests: mlxsw: Add a test for UC behavior under MC flood

[PATCH net 0/3] qed: Fix series for multi-function mode implementation
 2018-09-20  6:12 UTC  (5+ messages)
` [PATCH net 1/3] qed: Fix populating the invalid stag value in multi function mode
` [PATCH net 2/3] qed: Do not add VLAN 0 tag to untagged frames in multi-function mode
` [PATCH net 3/3] qed: Add missing device config for RoCE EDPM in UFP mode

[PATCH net-next] nfp: provide a better warning when ring allocation fails
 2018-09-20  6:08 UTC  (2+ messages)

[PATCH 00/21] SMMU enablement for NXP LS1043A and LS1046A
 2018-09-20 11:49 UTC  (6+ messages)

[PATCH net-next 1/2] r8169: simplify RTL8169 PHY initialization
 2018-09-20  6:06 UTC  (4+ messages)
` [PATCH net-next 2/2] r8169: remove duplicated RTL8169s PHY initialization steps

[PATCH net] mpls: allow routes on ip6gre devices
 2018-09-20  6:05 UTC  (2+ messages)

[PATCH] net: toshiba: remove a redundant local variable 'index_specified'
 2018-09-20 11:34 UTC  (4+ messages)

[PATCH bpf-next 0/3] perf, bpf: reveal invisible bpf programs
 2018-09-20  5:48 UTC  (9+ messages)
` [PATCH bpf-next 1/3] perf/core: introduce perf_event_mmap_bpf_prog
` [PATCH bpf-next 2/3] bpf: emit RECORD_MMAP events for bpf prog load/unload
` [PATCH perf 3/3] tools/perf: recognize and process RECORD_MMAP events for bpf progs

[PATCH net] net: mvneta: fix the Rx desc buffer DMA unmapping
 2018-09-20 11:20 UTC  (4+ messages)
` [EXT] "

[RFC bpf-next 0/4] Error handling when map lookup isn't supported
 2018-09-20  5:04 UTC  (13+ messages)
` [RFC bpf-next 2/4] bpf: return EOPNOTSUPP "
` [RFC bpf-next 3/4] tools/bpf: bpftool, split the function do_dump()
` [RFC bpf-next 4/4] tools/bpf: handle EOPNOTSUPP when map lookup is failed

[PATCH rdma-next 00/24] Extend DEVX functionality
 2018-09-20  5:01 UTC  (13+ messages)
` [PATCH mlx5-next 02/25] net/mlx5: Set uid as part of QP commands
` [PATCH mlx5-next 03/25] net/mlx5: Set uid as part of RQ commands
` [PATCH mlx5-next 07/25] net/mlx5: Update mlx5_ifc with DEVX UID bits

[PATCH bpf-next 0/2] xsk: fix bug when trying to use both copy and zero-copy mode
 2018-09-20  4:47 UTC  (5+ messages)
` [PATCH bpf-next 2/2] xsk: fix bug when trying to use both copy and zero-copy on one queue id

[PATCH net-next 1/2] netlink: ipv4 IGMP join notifications
 2018-09-20  4:47 UTC  (6+ messages)
` [PATCH net-next v3 1/2] netlink: ipv4 igmp "

[PATCH RFT net-next 0/2] net: phy: Eliminate unnecessary soft
 2018-09-20  4:39 UTC  (2+ messages)

[PATH v6 0/4] gpiolib: speed up GPIO array processing
 2018-09-20 10:11 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array
  ` [PATCH v8 0/4] gpiolib: speed up GPIO array processing

[PATCH net] net: mscc: fix the frame extraction into the skb
 2018-09-20 10:08 UTC 

[PATCH net] ip6_tunnel: be careful when accessing the inner header
 2018-09-20  4:25 UTC  (2+ messages)

[PATCH net-next] ipv6: Allow the l3mdev to be a loopback
 2018-09-20  4:23 UTC  (3+ messages)

[PATCH net-next] vhost_net: add a missing error return
 2018-09-20 10:01 UTC 

[PATCH net-next] net: toshiba: fix return type of ndo_start_xmit function
 2018-09-20  4:19 UTC  (2+ messages)

[PATCH v2 net-next] ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3
 2018-09-20  4:08 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: make phy_stop() synchronous
 2018-09-20  4:07 UTC  (6+ messages)
` [PATCH net-next 1/2] net: linkwatch: add check for netdevice being present to linkwatch_do_dev
` [PATCH net-next 2/2] net: phy: call state machine synchronously in phy_stop

[PATCH] bpf: remove redundant null pointer check before consume_skb
 2018-09-20  9:46 UTC 

[PATCH] netfilter: nf_tables: add SECMARK support
 2018-09-20  9:44 UTC  (7+ messages)

[PATCH 0/6] net: remove redundant null pointer check before kfree_skb
 2018-09-20  9:37 UTC  (7+ messages)
` [PATCH 1/6] net: tap: "
` [PATCH 2/6] net: cxgb3: "
` [PATCH 3/6] ipv4: "
` [PATCH 4/6] net: nci: "
` [PATCH 5/6] net: cxgb3_main: "
` [PATCH 6/6] ipv6: "

[PATCH 0/5] pull request for net-next: batman-adv 2018-09-19
 2018-09-20  3:36 UTC  (2+ messages)

[PATCH 00/11] pull request for net: batman-adv 2018-09-19
 2018-09-20  8:09 UTC  (3+ messages)

[PATCH net 2/5] net/smc: remove duplicate mutex_unlock
 2018-09-20  9:12 UTC  (2+ messages)

[PATCH] net: neterion: remove redundant continue
 2018-09-20  8:13 UTC 

[PATCH net-next] atl1: remove set but not used variable 'advertising'
 2018-09-20  6:10 UTC  (2+ messages)

[PATCH] net: amd: remove redundant continue
 2018-09-20  8:07 UTC 

[PATCH 00/22] various dynamic_debug patches
 2018-09-20  8:05 UTC  (4+ messages)
` [PATCH 03/22] linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
` [PATCH 04/22] linux/net.h: use unique identifier for each struct _ddebug

[PATCH] net: netronome: remove redundant continue
 2018-09-20  8:02 UTC 

[PATCH v2 0/4] net: qcom/emac: add shared mdio bus support
 2018-09-20  1:33 UTC  (11+ messages)
` [PATCH v2 2/4] dt-bindings: net: qcom: Add binding for shared mdio bus

[PATCH] net: macb: Clean 64b dma addresses if they are not detected
 2018-09-20  6:23 UTC  (3+ messages)

[PATCH] isdn/hisax: Remove unnecessary parenthesis
 2018-09-20  6:11 UTC  (2+ messages)

[PATCH net-next] e1000: remove set but not used variable 'txb2b'
 2018-09-20  6:09 UTC  (2+ messages)

[PATCH net] af_key: free SKBs under RCU protection
 2018-09-20  0:18 UTC 

[PATCH] net: phy: don't reschedule state machine when PHY is halted
 2018-09-20  0:04 UTC  (4+ messages)

[Patch net-next v3] net_sched: change tcf_del_walker() to take idrinfo->lock
 2018-09-19 23:37 UTC 

[PATCH] net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'
 2018-09-20  4:26 UTC  (2+ messages)

[PATCH] net: ibm: remove a redundant local variable 'k'
 2018-09-20  4:26 UTC  (2+ messages)

[PATCH net-next 00/12] Fixes, cleanups & minor additions to HNS3 driver
 2018-09-20  4:21 UTC  (5+ messages)
` [PATCH net-next 01/12] net: hns3: Add default irq affinity
` [PATCH net-next 10/12] net: hns3: Clear client pointer when initialize client failed or unintialize finished
` [PATCH net-next 11/12] net: hns3: Fix client initialize state issue when roce client initialize failed

[PATCH net-next] net: sun: fix return type of ndo_start_xmit function
 2018-09-20  4:19 UTC  (2+ messages)

[PATCH net-next] net: amd: fix return type of ndo_start_xmit function
 2018-09-20  4:19 UTC  (2+ messages)

[PATCH net-next] net: broadcom: fix return type of ndo_start_xmit function
 2018-09-20  4:19 UTC  (2+ messages)

[PATCH net-next] net: toshiba: fix return type of ndo_start_xmit function
 2018-09-20  4:19 UTC  (3+ messages)
` [PATCH net-next] net: xilinx: "

[PATCH net-next] net: marvell: fix return type of ndo_start_xmit function
 2018-09-20  4:19 UTC  (2+ messages)

[PATCH net-next 0/3] net: phy: phylink: ensure the carrier is off when starting phylink
 2018-09-20  4:15 UTC  (2+ messages)

[PATCH net-next 00/12] net: mvpp2: improve the interrupt usage
 2018-09-20  4:13 UTC  (2+ messages)

[RESEND PATCH 0/5] net: Use FIELD_SIZEOF directly instead of reimplementing its function
 2018-09-20  3:58 UTC  (2+ messages)

[PATCH bpf] tools: bpf: fix license for a compat header file
 2018-09-19 21:51 UTC  (2+ messages)

[PATCH bpf-next] flow_dissector: fix build failure without CONFIG_NET
 2018-09-19 21:48 UTC  (2+ messages)

[Patch net-next] ipv4: initialize ra_mutex in inet_init_net()
 2018-09-19 21:28 UTC  (5+ messages)

Bridge connectivity interruptions while devices join or leave the bridge
 2018-09-19 20:57 UTC  (6+ messages)

[PATCH net] xfrm: validate template mode
 2018-09-19 19:54 UTC 

(unknown),
 2018-09-19 19:57 UTC 

[PATCH v2 0/5] netlink: nested policy validation
 2018-09-19 19:52 UTC  (5+ messages)
` [PATCH v2 3/5] netlink: move extack setting into validate_nla()
` [PATCH v2 4/5] netlink: allow NLA_NESTED to specify nested policy to validate
` [PATCH v2 5/5] netlink: add nested array policy validation

[PATCH] mpls: allow routes on ip6gre devices
 2018-09-19 19:17 UTC 

[PATCH] mpls: allow routes on ip6gre devices
 2018-09-19 17:15 UTC 

[PATCH] mpls: allow routes on ip6gre devices
 2018-09-19 17:20 UTC 

[PATCH 0/7] netlink recursive policy validation
 2018-09-19 19:09 UTC  (12+ messages)
` [PATCH 2/7] netlink: make validation_data const
` [PATCH 3/7] netlink: set extack error message in nla_validate()
` [PATCH 5/7] netlink: prepare validate extack setting for recursion

[PATCH] net-next: mscc: remove unused ocelot_dev_gmii.h
 2018-09-19 19:06 UTC 

kernels >= v4.12 oops/crash with ipsec-traffic: partly bisected
 2018-09-19 18:38 UTC  (8+ messages)
` kernels > v4.12 oops/crash with ipsec-traffic: bisected to b838d5e1c5b6e57b10ec8af2268824041e3ea911: ipv4: mark DST_NOGC and remove the operation of dst_free()

array bounds warning in xfrm_output_resume
 2018-09-19 17:45 UTC  (3+ messages)

[PATCH 0/1] macsec: reflect the master interface state
 2018-09-19 16:44 UTC  (4+ messages)
` [PATCH 1/1] "


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